projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9430adce9d75ac39b83fd88a5b004c50712ed4a1
[auf_rh_dae.git]
/
project
/
rh
/
urls.py
1
# -*- encoding: utf-8 -*
2
from
django
.
conf
.
urls
.
defaults
import
patterns
,
url
3
4
urlpatterns
=
patterns
(
5
'project.rh.views'
,
6
url
(
r
'^$'
,
'index'
,
name
=
'index'
),
7
#url(r'^employes$', 'employes', name='employes'),
8
)