Projet

Général

Profil

« Précédent | Suivant » 

Révision ba4c8313

Ajouté par Thomas Noël il y a plus de 9 ans

reorganize the project (again), all in "sp" app

Voir les différences:

usr/local/univnautes/sp/sp/urls.py
20 20
from django.conf import settings
21 21

  
22 22
urlpatterns = patterns('',
23
    url(r'^$', 'base.views.homepage', name='homepage'),
24
    url(r'^proxymap/(?P<z>[0-9]+)/(?P<x>[0-9]+)/(?P<y>[0-9]+)\.png$', 'base.views.proxymap'),
23
    url(r'^$', 'sp.views.homepage', name='homepage'),
24
    url(r'^proxymap/(?P<z>[0-9]+)/(?P<x>[0-9]+)/(?P<y>[0-9]+)\.png$', 'sp.views.proxymap'),
25 25
    url(r'^accounts/logout/', 'django.contrib.auth.views.logout_then_login'),
26 26
    url(r'^accounts/', include('django.contrib.auth.urls')),
27 27
    url(r'^authsaml2/', include('authentic2.authsaml2.urls')),

Formats disponibles : Unified diff