simplify urls and customflatpages

This commit is contained in:
2022-04-19 15:16:56 +00:00
parent 5804b77c4f
commit 1f33c8165e
13 changed files with 70 additions and 63 deletions

View File

@@ -1,6 +1,9 @@
from django.urls import path
from . import apps
from . import views
app_name = apps.AuthenticationsConfig.name
urlpatterns = [
path("login/", views.loginPage, name="login"),