# HG changeset patch # User hg@fossee.in # Date 1260982642 -19800 # Node ID 795dd8aeba9f17eb1cd72e128450d40078b927e7 # Parent 18723c0faeb1b637f3b6b5be5fa6f0ddd577335b All changes freeze along with Apache static file serving. diff -r 18723c0faeb1 -r 795dd8aeba9f project/development.py --- a/project/development.py Mon Dec 14 01:34:46 2009 +0530 +++ b/project/development.py Wed Dec 16 22:27:22 2009 +0530 @@ -30,7 +30,7 @@ ) DATABASE_ENGINE = 'mysql' -DATABASE_NAME = 'conference' +DATABASE_NAME = 'conference2009' DATABASE_USER = 'root' DATABASE_PASSWORD = '' diff -r 18723c0faeb1 -r 795dd8aeba9f project/production.py --- a/project/production.py Mon Dec 14 01:34:46 2009 +0530 +++ b/project/production.py Wed Dec 16 22:27:22 2009 +0530 @@ -1,7 +1,7 @@ #django from project.settings import * -DEBUG=True +DEBUG=False TEMPLATE_DEBUG=DEBUG SITE_ID = 1 diff -r 18723c0faeb1 -r 795dd8aeba9f project/settings.py --- a/project/settings.py Mon Dec 14 01:34:46 2009 +0530 +++ b/project/settings.py Wed Dec 16 22:27:22 2009 +0530 @@ -77,4 +77,4 @@ DEFAULT_FROM_EMAIL = 'admin@scipy.in' -ACCOUNT_ACTIVATION_DAYS = 55 \ No newline at end of file +ACCOUNT_ACTIVATION_DAYS = 55 diff -r 18723c0faeb1 -r 795dd8aeba9f project/templates/base.html --- a/project/templates/base.html Mon Dec 14 01:34:46 2009 +0530 +++ b/project/templates/base.html Wed Dec 16 22:27:22 2009 +0530 @@ -4,15 +4,15 @@ {% block title %}{% endblock %} SciPy.in 2009, December 12 - 17, 2009, Trivandrum, Kerala, India - - + + - - - - + + + + - + @@ -20,7 +20,7 @@