From 2272c2968cd77f31213b55569681e22db6217bbe Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 3 Dec 2014 18:11:54 +0530 Subject: minor change --- fossee_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fossee_project/settings.py b/fossee_project/settings.py index d5a2576..15dd9ad 100644 --- a/fossee_project/settings.py +++ b/fossee_project/settings.py @@ -7,7 +7,7 @@ https://docs.djangoproject.com/en/1.6/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ """ -from local.py import DBNAME, DBUSER, DBPASS +from local import DBNAME, DBUSER, DBPASS from os.path import * PROJDIR = abspath(dirname(__file__)) # Build paths inside the project like this: os.path.join(BASE_DIR, ...) -- cgit