Here are my changes so far to local_settings.py. The keys are defined right
above this in this file, but the other file still needs the keys.
FABRIC = {
26 "SSH_USER": "vagrant", # SSH username for host deploying to
27 "HOSTS": ALLOWED_HOSTS[:1], # List of hosts to deploy to (eg, first
host)
28 "DOMAINS": ALLOWED_HOSTS, # Domains for public site
29 "REPO_URL": "https://github.com/jimmyyeo/tenprint", # Project's
repo URL
30 "VIRTUALENV_HOME": "", # Absolute remote path for virtualenvs
31 "PROJECT_NAME": "", # Unique identifier for project
32 "REQUIREMENTS_PATH": "requirements.txt", # Project's pip
requirements
33 "GUNICORN_PORT": 8000, # Port gunicorn will listen on
34 "LOCALE": "en_US.UTF-8", # Should end with ".UTF-8"
35 "DB_PASS": "", # Live database password
36 "ADMIN_PASS": "", # Live admin user password
37 "SECRET_KEY": SECRET_KEY,
38 "NEVERCACHE_KEY": NEVERCACHE_KEY,
39 }
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.