1.7.18 generate routes

This commit is contained in:
SDE
2024-11-12 14:06:58 +03:00
parent 94f677ae6f
commit e03f4a015a
2 changed files with 62 additions and 0 deletions

View File

@@ -8,4 +8,5 @@ urlpatterns = [
path('', MainPage, name='main'),
path('page/<str:url>/', StaticPageView, name='static_page'),
path('test_code', test_code, name='test_code'),
path('generate_routes/<int:routes_count>/', generate_routes, name='generate_routes'),
]