fix routes models
This commit is contained in:
SDE
2023-08-29 18:34:11 +03:00
parent 1f3bb2dce9
commit 01863bcf38
6 changed files with 89 additions and 4 deletions

View File

@@ -6,4 +6,5 @@ from .views import *
urlpatterns = [
path('', MainPage, name='main'),
path('test_code', test_code, name='test_code'),
]