Skip to content

Commit

Permalink
reenabling apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbma44 committed Apr 5, 2010
1 parent 809db42 commit 40c9195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions urls.py
Expand Up @@ -7,10 +7,10 @@
admin.autodiscover()

urlpatterns = patterns('',
# (r'^/admin/', include(admin.site.urls)),
# (r'^/', include('gate.urls')),
(r'^/admin/', include(admin.site.urls)),
(r'^/', include('gate.urls')),
(r'^iphone/', direct_to_template, {'template': 'iphone.html'}),
# (r'^.*', direct_to_template, {'template': 'default.html'}),
(r'^.*', direct_to_template, {'template': 'default.html'}),
)

if settings.DEBUG:
Expand Down

0 comments on commit 40c9195

Please sign in to comment.