Commit bd4cac0d by Clinton Blackburn Committed by GitHub

Improved support for Docker development (#323)

- Enabling Django Debug Toolbar by default
- Removed local/syslog logger for testing since there is no syslog on the containers
parent 49e5e215
......@@ -51,3 +51,5 @@ COMPRESS_ENABLED = True
COMPRESS_OFFLINE = True
SOLO_CACHE = None
LOGGING['handlers']['local'] = {'class': 'logging.NullHandler'}
......@@ -47,6 +47,7 @@ services:
- "memcache"
environment:
TEST_ELASTICSEARCH_URL: "http://es:9200"
ENABLE_DJANGO_TOOLBAR: 1
ports:
- "18381:18381"
- "8381:8381"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment