Files
account_store/ArticlesApp/js_urls.py
SDE cc377963e0 0.7.64
profile change photo
2023-10-22 14:18:22 +03:00

10 lines
247 B
Python

# coding=utf-8
from django.urls import path
# from AuthApp.js_views import *
# from AuthApp.import_funcs import *
from .js_views import *
urlpatterns = [
path('get_articles_block/', get_articles_block_ajax, name='get_articles_block_ajax'),
]