Filter out unnecessary columns in history table

This commit is contained in:
2018-11-06 18:22:27 -05:00
parent 4b19c932b0
commit b2990b45ee
5 changed files with 18 additions and 40 deletions

View File

@@ -41,6 +41,7 @@ INSTALLED_APPS = [
'api.apps.ApiConfig',
'graphs.apps.GraphsConfig',
'django_tables2',
'django_filters',
]
MIDDLEWARE = [