ups, forgot to add urls.py
This commit is contained in:
parent
98d270017c
commit
fdc8ebcaa7
6
itf/itfcore/urls.py
Normal file
6
itf/itfcore/urls.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from django.conf.urls.defaults import *
|
||||||
|
|
||||||
|
urlpatterns = patterns('',
|
||||||
|
(r'^profile/(?P<name>.*)/', 'itfcore.views.profile'),
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user