add djang-tables2 to the apps

This commit is contained in:
Andreas Zweili 2019-08-02 12:21:40 +02:00
parent cf7f1ee6d2
commit e3a789b125

View File

@ -30,6 +30,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'inventory.apps.InventoryConfig',
'guardian',
'django_tables2'
]
MIDDLEWARE = [