1
0
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:
Yohann D'ANELLO
2020-10-15 14:55:45 +02:00
parent 11ebc6848b
commit 980b2c9d8e
5 changed files with 13 additions and 11 deletions

View File

@ -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