Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanchu committed Jul 30, 2011
2 parents d3f2895 + 67564c4 commit 89f3443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.py
Expand Up @@ -21,8 +21,8 @@
## DEBUGGING
# ---------------------------------------------------------------------------

DEBUG = False
TEMPLATE_DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = DEBUG

ADMINS = (
('Jonathan Chu', 'jc@3atmospheres.com'),
Expand Down Expand Up @@ -65,7 +65,7 @@
## STATIC
# ---------------------------------------------------------------------------

STATIC_ROOT = ''
STATIC_ROOT = './static/'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
join(PROJECT, 'static'),
Expand Down

0 comments on commit 89f3443

Please sign in to comment.