fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user