Added deployment information for production site

This commit is contained in:
pwhipp
2014-07-10 17:42:07 +10:00
parent a011098c2c
commit af7effb9cb
5 changed files with 98 additions and 1 deletions

View File

@@ -5,4 +5,16 @@ from .includes.common import *
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ALLOWED_HOSTS = ['.crossculturalconsult.com']
ALLOWED_HOSTS = ['.crossculturalconsult.com']
###################
# DEPLOY SETTINGS #
###################
GUNICORN_BIND = "127.0.0.1:8731"
PROCESS_USER = 'mayan'
PROCESS_NAME = 'mayan_production'
SITE_TITLE = 'Mayan CCCS'
SITE_TAGLINE = None
VIRTUALENV = 'production'