Rename local_settings.py symlink to prod_settings.py.

This commit is contained in:
Tim Abbott
2016-07-19 20:42:43 -07:00
parent 82f9f8f941
commit 19b860ceec
7 changed files with 18 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# For the Dev VM environment, we use the same settings as the
# sample local_settings.py file, with a few exceptions.
# sample prod_settings.py file, with a few exceptions.
from .local_settings_template import *
LOCAL_UPLOADS_DIR = 'var/uploads'