mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-13 15:38:25 +00:00
Add tooling for mass editing
This commit is contained in:
@@ -28,6 +28,7 @@ urlpatterns = [
|
||||
|
||||
path('', include('users.urls')),
|
||||
|
||||
path('admin/', include('massadmin.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
path("robots.txt", TemplateView.as_view(template_name="robots.txt", content_type="text/plain")),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user