Ajustes no settings
diff --git a/dojopuzzles/dojopuzzles/settings.py b/dojopuzzles/dojopuzzles/settings.py
index c53a4be..c2bec24 100644
--- a/dojopuzzles/dojopuzzles/settings.py
+++ b/dojopuzzles/dojopuzzles/settings.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Django settings for dojopuzzles project.
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
@@ -155,6 +155,6 @@
 }
 
 try:
-    from local_settings import *
+    from dojopuzzles.local_settings import *
 except:
     pass