mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 00:52:03 +01:00 
			
		
		
		
	Use statics...
This commit is contained in:
		@@ -38,7 +38,7 @@ urlpatterns = [
 | 
			
		||||
 | 
			
		||||
    path('api/', include('api.urls')),
 | 
			
		||||
 | 
			
		||||
    re_path(r'^%s(?P<path>.*)$' % re.escape(settings.STATIC_URL.lstrip('/')), serve),
 | 
			
		||||
    re_path(r'^static/(?P<path>.*)$', serve),
 | 
			
		||||
 | 
			
		||||
    # Supporting old paths
 | 
			
		||||
    path('inscription/', RedirectView.as_view(pattern_name="member:signup")),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user