From 3a886ed4cb5a3f74e63c8e978b389355eb579569 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 19 Aug 2011 18:44:38 +0530 Subject: [PATCH] local_settings --- gazetteer/settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gazetteer/settings.py b/gazetteer/settings.py index 9cd5ce4..cd4eb10 100644 --- a/gazetteer/settings.py +++ b/gazetteer/settings.py @@ -98,3 +98,8 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: 'django.contrib.admindocs', ) + +try: + from local_settings import * +except: + pass