0.0.8 Services

This commit is contained in:
SDE
2023-11-26 16:55:19 +03:00
parent 1b41ae9f56
commit 590942b1c2
5 changed files with 72 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ from django.conf import settings
from .js_views import *
urlpatterns = [
path('get_content_for_section', get_content_for_section_ajax, name='main'),
path('get_content_for_section', get_content_for_section_ajax, name='get_content_for_section_ajax'),
# path('page/<str:url>/', StaticPageView, name='static_page'),
# path('test_code', test_code, name='test_code'),
]