Skip to content

Commit

Permalink
OK, fixed something stupid I did.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Aug 14, 2010
1 parent 83e8cef commit 569455b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
Empty file removed apps/doozer/__init__.py
Empty file.
Empty file removed apps/doozer/models.py
Empty file.
Empty file removed apps/doozer/urls.py
Empty file.
Empty file removed apps/doozer/views.py
Empty file.
3 changes: 3 additions & 0 deletions settings.py
@@ -1,8 +1,11 @@
# Django settings for doozer project.
import logging

DEBUG = True
TEMPLATE_DEBUG = DEBUG

LOG_LEVEL = logging.DEBUG

ADMINS = (
# ('Your Name', 'your_email@domain.com'),
)
Expand Down

0 comments on commit 569455b

Please sign in to comment.