forked from GithubBackups/healthchecks
Merge branch 'master' of github.com:healthchecks/healthchecks
This commit is contained in:
commit
99b6030eeb
@ -126,6 +126,6 @@ COMPRESS_OFFLINE = True
|
|||||||
EMAIL_BACKEND = "djmail.backends.default.EmailBackend"
|
EMAIL_BACKEND = "djmail.backends.default.EmailBackend"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from local_settings import *
|
from .local_settings import *
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
warnings.warn("local_settings.py not found, using defaults")
|
warnings.warn("local_settings.py not found, using defaults")
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
Django==1.8.2
|
Django==1.8.2
|
||||||
django_compressor
|
django_compressor
|
||||||
|
django-appconf
|
||||||
django-ses-backend
|
django-ses-backend
|
||||||
psycopg2==2.6
|
psycopg2==2.6
|
||||||
djmail
|
djmail
|
||||||
premailer
|
premailer
|
||||||
pygments
|
pygments
|
||||||
requests
|
requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user