This commit is contained in:
2018-04-03 09:59:49 +02:00
parent e832e69830
commit 461004f22f
2 changed files with 0 additions and 6 deletions

View File

@@ -10,7 +10,6 @@ services:
volumes:
- ".:/app:rw"
- "./data:/data:rw"
- "./whoosh:/whoosh:rw"
command: python manage.py runserver 0.0.0.0:80
env_file: .env-local

View File

@@ -40,11 +40,6 @@ MIDDLEWARE_CLASSES.extend([
# add your own middlewares here
])
MIGRATION_COMMANDS = [
'python manage.py migrate --noinput',
'python manage.py rebuild_index --noinput'
]
TEMPLATES[0]['OPTIONS']['context_processors'] += [
'project.context_processors.search_form',
'project.context_processors.notification',