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:
@ -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")),
|
||||
|
Reference in New Issue
Block a user