Added a missing 2 to django-tables in INSTALLED_APPS
This commit is contained in:
parent
058698a44d
commit
7b638d3efb
|
@ -70,7 +70,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.staticfiles',
|
||||
'django_extensions',
|
||||
'django_bootstrap5',
|
||||
'django_tables',
|
||||
'django_tables2',
|
||||
'idhub_auth',
|
||||
'idhub'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue