Skip to content

Commit

Permalink
Updated URLs to support new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Corcoran committed Jul 6, 2011
1 parent d9467b3 commit 3b1929b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions urls.py
Expand Up @@ -17,12 +17,5 @@

(r'^geocamAware/', include('geocamAware.urls')),
(r'^geocamLens/', include('geocamLens.urls')),
(r'^geocamTrack/', include('geocamTrack.urls')),

"""
(r'^$', 'django.views.generic.simple.redirect_to',
{'url': settings.SCRIPT_NAME + 'geocamAware/',
'readOnly': True}
),
"""
(r'^geocamTrack/', include('geocamTrack.urls'))
))

0 comments on commit 3b1929b

Please sign in to comment.