Skip to content

Commit

Permalink
added landing and registration pages
Browse files Browse the repository at this point in the history
  • Loading branch information
trey0 committed Oct 21, 2011
1 parent 1ee3079 commit 78d68c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion submodules/geocamAwareWeb
Submodule geocamAwareWeb updated 1 files
+1 −0 geocamAware/urls.py
5 changes: 0 additions & 5 deletions urls.py
Expand Up @@ -26,9 +26,4 @@
# the current version of GeoCam Mobile expects it at the top level
(r'^upload-m/$', lensViews.uploadImageAuth,
{'challenge': 'basic'}),

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

0 comments on commit 78d68c8

Please sign in to comment.