projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Premier jet pour le formulaire de poste (manque le financement)
[auf_rh_dae.git]
/
project
/
urls.py
diff --git
a/project/urls.py
b/project/urls.py
index
207308b
..
ded6a09
100644
(file)
--- a/
project/urls.py
+++ b/
project/urls.py
@@
-12,6
+12,7
@@
urlpatterns = patterns(
'',
url(r'^admin_tools/', include('admin_tools.urls')),
(r'^admin/', include(admin.site.urls)),
+ (r'^dae/', include('project.dae.urls')),
(r'^connexion/$', 'django.contrib.auth.views.login'),
(r'^deconnexion/$', 'django.contrib.auth.views.logout'),