projets
/
auf_rh_dae.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
accueil et mon profil
[auf_rh_dae.git]
/
project
/
urls.py
diff --git
a/project/urls.py
b/project/urls.py
index
43b6bb6
..
c0438ad
100644
(file)
--- a/
project/urls.py
+++ b/
project/urls.py
@@
-11,7
+11,7
@@
handler500 # Pyflakes
urlpatterns = patterns(
'',
# système
- url(r'^$', 'project.views.index', name='accueil'),
+ url(r'^$', 'project.views.accueil', name='accueil'),
(r'^admin/', include(admin.site.urls)),
url(r'^api/(?P<method>[a-z_-]+)/$', 'recrutement.api.api',