add default url

This commit is contained in:
Sanj 2011-10-07 17:10:11 +05:30
parent 04c2cef796
commit d672e1cbee

View File

@ -9,6 +9,7 @@ from os.path import join
urlpatterns = patterns('',
# Example:
# (r'^urbstudio/', include('urbstudio.foo.urls')),
(r'^$', 'urb.views.home'),
(r'^home$', 'urb.views.home'),
(r'^profile$', 'urb.views.profile'),
(r'^projects$', 'urb.views.projects'),