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"
|
||||
|
||||
try:
|
||||
from local_settings import *
|
||||
from .local_settings import *
|
||||
except ImportError as e:
|
||||
warnings.warn("local_settings.py not found, using defaults")
|
||||
|
@ -1,8 +1,9 @@
|
||||
Django==1.8.2
|
||||
django_compressor
|
||||
django-appconf
|
||||
django-ses-backend
|
||||
psycopg2==2.6
|
||||
djmail
|
||||
premailer
|
||||
pygments
|
||||
requests
|
||||
requests
|
||||
|
Loading…
x
Reference in New Issue
Block a user