fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7f7752335f23c77aa4c176394dc034b0bccae8f2
[edumed.git]
/
mil
/
urls.py
1
from django.conf.urls import patterns, include, url
2
from .views import root
3
4
5
urlpatterns = patterns('',
6
url(r'^$', root, name="root"),
7
url(r'^kompetencje/', include('curriculum.urls')),
8
)