Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
I fail at logic
Browse files Browse the repository at this point in the history
Fixes #84
  • Loading branch information
smarthall committed Mar 3, 2013
1 parent 0137db6 commit 134335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratticweb/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
url(r'^api/', include(v1_api.urls)),
)

if settings.DEBUG == False:
if settings.DEBUG == True:
# Uncomment the next two lines to enable the admin:
from django.contrib import admin
admin.autodiscover()
Expand Down

0 comments on commit 134335e

Please sign in to comment.