first comit
This commit is contained in:
6
venv/lib/python3.10/site-packages/django/contrib/flatpages/urls.py
Executable file
6
venv/lib/python3.10/site-packages/django/contrib/flatpages/urls.py
Executable file
@@ -0,0 +1,6 @@
|
||||
from django.contrib.flatpages import views
|
||||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path("<path:url>", views.flatpage, name="django.contrib.flatpages.views.flatpage"),
|
||||
]
|
||||
Reference in New Issue
Block a user