From fa9f7401b3db215c61b7f382045e6542b1317bd9 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Fri, 2 Nov 2012 15:13:03 +0530 Subject: production.py changed --- testapp/production.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapp/production.py') diff --git a/testapp/production.py b/testapp/production.py index 2710bdb..636785f 100644 --- a/testapp/production.py +++ b/testapp/production.py @@ -1,4 +1,4 @@ -from project.settings import * +from testapp.settings import * DEBUG=False TEMPLATE_DEBUG=DEBUG @@ -7,4 +7,4 @@ DATABASE_ENGINE = 'django.db.backends.mysql' DATABASE_NAME = 'online_test' DATABASE_USER = 'online_test_user' # Imports DATABASE_PASSWORD from testapp/local.py that is not part of git repo -from testapp.local import DATABASE_PASSWORD \ No newline at end of file +from testapp.local import DATABASE_PASSWORD -- cgit