1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Clean up master

This commit is contained in:
Alexandre Iooss
2019-07-08 13:51:15 +02:00
parent 3d948dca2e
commit 6ec6f96b41
31 changed files with 113 additions and 38 deletions

View File

@ -31,7 +31,10 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = [
'note_theme',
# Theme overrides Django Admin templates
'theme',
# Django contrib
'django.contrib.admin',
'django.contrib.admindocs',
'django.contrib.auth',
@ -40,6 +43,9 @@ INSTALLED_APPS = [
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
# Note apps
'adherents',
]
MIDDLEWARE = [