projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix related_name + accueil
[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
)