Champ connexion username comme EmailField
This commit is contained in:
parent
c60f4190f4
commit
6a6761596d
2 changed files with 7 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ urlpatterns = [
|
|||
cache_page(3600 * 24)(views.ManifestView.as_view()), name="manifest"
|
||||
),
|
||||
path("admin/", admin.site.urls),
|
||||
path("accounts/login/", views.LoginView.as_view(), name="login"),
|
||||
path("accounts/", include("django.contrib.auth.urls")),
|
||||
path("", views.HomeView.as_view(), name="home"),
|
||||
#path("v2", TemplateView.as_view(template_name="index2.html"), name="homev2"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue