From 52d77828bad829fdb622fd0580f8c9f227fc3194 Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 8 Dec 2011 03:08:13 +0530 Subject: [PATCH] ups --- manifests/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/settings.py b/manifests/settings.py index 89ef351..fbf20db 100644 --- a/manifests/settings.py +++ b/manifests/settings.py @@ -119,6 +119,6 @@ INSTALLED_APPS = ( ) try: - import local_settings + from local_settings import * except: pass