0.7.4
static pages
This commit is contained in:
@@ -6,6 +6,6 @@ from .views import *
|
||||
|
||||
urlpatterns = [
|
||||
path('', MainPage, name='main'),
|
||||
path('<str:url>/', StaticPageView, name='static_page'),
|
||||
path('page/<str:url>/', StaticPageView, name='static_page'),
|
||||
path('test_code', test_code, name='test_code'),
|
||||
]
|
||||
Reference in New Issue
Block a user