mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-06 22:14:01 +02:00
All indexed fields are autocompleted
This commit is contained in:
@ -13,7 +13,6 @@ Including another URLconf
|
||||
1. Import the include() function: from django.urls import include, path
|
||||
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
|
||||
"""
|
||||
from django.conf.urls.static import static
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
from django.views.defaults import bad_request, permission_denied, page_not_found, server_error
|
||||
|
Reference in New Issue
Block a user