ArticlesApp
This commit is contained in:
SDE
2023-08-28 18:05:50 +03:00
parent 4354d1369d
commit 237524be8e
17 changed files with 549 additions and 22 deletions

View File

@@ -221,6 +221,8 @@ def create_or_change_route_ajax(request, route_id=None):
try:
data = request.POST
if not data:
data = json.loads(request.body)
route = None
if route_id: