Django POST Method

i try to create django form with webix implementation but i;ve got stuck on where should i put {% csrf_token %} on script…
Is there any example of django from with webix ui?

Hello,

Please, have a look at the demo on using Django with Webix UI, it may be helpful for your case: GitHub - webix-hub/python-django-demo: Using Django with Webix UI

Is there any way to make that not as add button, but add row button? I don’t find any attachEvent triggered from submit button

@Helga Hello! I have a question about Webix implementation to the Django framework. I have no idea how to use Webix as frontend in my Django project. I found the “django-webix” library. How to combine them in a real project? Do you have some examples of Webix-Django projects?