ups, forgot to add urls
This commit is contained in:
parent
27c6e25bfd
commit
542a24703d
|
@ -10,6 +10,12 @@ urlpatterns = patterns('',
|
|||
# Example:
|
||||
# (r'^urbstudio/', include('urbstudio.foo.urls')),
|
||||
(r'^home$', 'urb.views.home'),
|
||||
(r'^profile$', 'urb.views.profile'),
|
||||
(r'^projects$', 'urb.views.projects'),
|
||||
(r'^jobs$', 'urb.views.jobs'),
|
||||
(r'^contact$', 'urb.views.contact'),
|
||||
(r'^links$', 'urb.views.links'),
|
||||
(r'^noteworthy$', 'urb.views.noteworthy'),
|
||||
# Uncomment the admin/doc line below to enable admin documentation:
|
||||
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user