Fix dependencies

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-03-09 15:47:49 +01:00
parent f81c7d1924
commit aec09185fa
3 changed files with 8 additions and 28 deletions

View File

@ -32,14 +32,6 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
# Theme overrides Django Admin templates
# 'theme',
# External apps
'polymorphic',
'reversion',
'crispy_forms',
'django_tables2',
# Django contrib
'django.contrib.admin',
'django.contrib.admindocs',
@ -55,6 +47,10 @@ INSTALLED_APPS = [
# Autocomplete
'dal',
'dal_select2',
# External apps
'crispy_forms',
'django_tables2',
'django_extensions',
# Tombola apps
'tbde',