add default url
This commit is contained in:
parent
04c2cef796
commit
d672e1cbee
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user