Skip to content

Commit

Permalink
Replicate changes made to get running on a live environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Aug 24, 2009
1 parent f9e6b4b commit 2753e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -9,7 +9,7 @@

MANAGERS = ADMINS

DATABASE_ENGINE = 'postgresql_psycopg2' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'votersdaily_web' # Or path to database file if using sqlite3.
DATABASE_USER = 'votersdaily_web' # Not used with sqlite3.
DATABASE_PASSWORD = 'nonprod' # Not used with sqlite3.
Expand Down
4 changes: 2 additions & 2 deletions wsgi/django.wsgi
Expand Up @@ -3,9 +3,9 @@ import sys

sys.stdout = sys.stderr

import django.core.handlers.wsgi

sys.path.append('/var/www/bouvard.mashupkeyword.com/')
os.environ['DJANGO_SETTINGS_MODULE'] = 'votersdaily_web.settings'

import django.core.handlers.wsgi

application = django.core.handlers.wsgi.WSGIHandler()

0 comments on commit 2753e28

Please sign in to comment.