diff --git a/envs/content.py b/envs/content.py new file mode 100644 index 0000000000..33c2e5e0a9 --- /dev/null +++ b/envs/content.py @@ -0,0 +1,10 @@ +""" +These are debug machines used for content creators, so they're kind of a cross +between dev machines and AWS machines. +""" +from aws import * + +DEBUG = True +TEMPLATE_DEBUG = True + +EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'