add config for content machines

This commit is contained in:
David Ormsbee
2012-04-09 16:32:54 -04:00
parent ef5b6f6537
commit be0fdf0cbc

10
envs/content.py Normal file
View File

@@ -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'