1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-01 08:01:17 +02:00

Better static files

This commit is contained in:
Yohann D'ANELLO
2020-09-19 20:59:52 +02:00
parent 067a266997
commit dac4460c68
17 changed files with 6 additions and 180 deletions

View File

@ -38,8 +38,6 @@ urlpatterns = [
path('api/', include('api.urls')),
re_path(r'^{prefix}(?P<path>.*)$'.format(prefix=re.escape(settings.STATIC_URL.lstrip('/'))), serve),
# Supporting old paths
path('inscription/', RedirectView.as_view(pattern_name="member:signup")),
path('connexion/', RedirectView.as_view(pattern_name="login")),