add django-tables2 to installed apps
This commit is contained in:
parent
64c3756647
commit
f4ae4bd404
@ -39,6 +39,7 @@ INSTALLED_APPS = [
|
||||
'rest_framework.authtoken',
|
||||
'debug_toolbar',
|
||||
'crispy_forms',
|
||||
'django_tables2',
|
||||
'billard',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user