projets
/
auf_rh_dae.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Routeur: Ajout temporaire des modules workflow et dae en écriture
[auf_rh_dae.git]
/
src
/
auf.django.emploi
/
auf
/
django
/
emploi
/
urls.py
Commit
Line
Data
ab72a5f9
OL
1
# -*- encoding: utf-8 -*
2
3
from django.conf.urls.defaults import patterns, url
4
5
urlpatterns = patterns('auf.django.emploi.views',
6
url(r'^test/form$', 'postuler' , name='test_postuler'),
7
)