Skip to content
Snippets Groups Projects
Commit 2adca74c authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Adding django-heroku.

parent 1aaf432f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import os
import dj_database_url
# import raven
import django_heroku
from .base import * # noqa
......@@ -143,6 +144,7 @@ if 'LOG_DIR' in env:
LOGGING['loggers']['django.request']['handlers'].append('errors_file')
LOGGING['loggers']['django.security']['handlers'].append('errors_file')
django_heroku.settings(locals())
try:
from .local import * # noqa
......
......@@ -28,7 +28,8 @@ django-filter==1.1.0
django_select2==6.0.1
# Production dependencies
dj-database-url==0.4.1
dj-database-url==0.5.0
django-heroku=0.3.1
whitenoise==2.0.4
gunicorn==19.9.0
ConcurrentLogHandler==0.9.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment