Files
edx-platform/envs/content.py
2012-04-09 16:32:54 -04:00

11 lines
246 B
Python

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