diff options
author | prathamesh | 2014-12-03 18:11:54 +0530 |
---|---|---|
committer | prathamesh | 2014-12-03 18:11:54 +0530 |
commit | 2272c2968cd77f31213b55569681e22db6217bbe (patch) | |
tree | 238f31cb22ac87c370a00eccdbde78d82427bfda /fossee_project/settings.py | |
parent | a95aa2c17662269bcc8525e8bb3fb3ab64fa69df (diff) | |
download | certificate-generator-2272c2968cd77f31213b55569681e22db6217bbe.tar.gz certificate-generator-2272c2968cd77f31213b55569681e22db6217bbe.tar.bz2 certificate-generator-2272c2968cd77f31213b55569681e22db6217bbe.zip |
minor change
Diffstat (limited to 'fossee_project/settings.py')
-rw-r--r-- | fossee_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, ...) |