mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Forgot a slash
This commit is contained in:
		
							parent
							
								
									b8be20b565
								
							
						
					
					
						commit
						55dcbcc47f
					
				@ -47,7 +47,7 @@ urlpatterns = [
 | 
				
			|||||||
    url(r"^fetch/(?P<pk>\d+)$", FetchView.as_view(), name="fetch"),
 | 
					    url(r"^fetch/(?P<pk>\d+)$", FetchView.as_view(), name="fetch"),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # The Django admin
 | 
					    # The Django admin
 | 
				
			||||||
    url(r"admin", admin.site.urls),
 | 
					    url(r"admin/", admin.site.urls),
 | 
				
			||||||
    url(r"", admin.site.urls),  # This is going away
 | 
					    url(r"", admin.site.urls),  # This is going away
 | 
				
			||||||
 | 
					
 | 
				
			||||||
] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
 | 
					] + static.static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user