add config for content machines
This commit is contained in:
10
envs/content.py
Normal file
10
envs/content.py
Normal 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'
|
||||
Reference in New Issue
Block a user