Setup django_tables2 for user history table

This commit is contained in:
2018-11-06 15:23:43 -05:00
parent b4ffddb24d
commit 2912977992
8 changed files with 53 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ INSTALLED_APPS = [
'login.apps.LoginConfig',
'api.apps.ApiConfig',
'graphs.apps.GraphsConfig',
'django_tables2',
]
MIDDLEWARE = [