Added a missing 2 to django-tables in INSTALLED_APPS

This commit is contained in:
Elijah 2023-11-23 18:31:12 +01:00
parent 058698a44d
commit 7b638d3efb
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django_extensions',
'django_bootstrap5',
'django_tables',
'django_tables2',
'idhub_auth',
'idhub'
]