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