Django

[ follow ]
Alone Djangonaut
4 years ago
Django

Django, Axios and CSRF token

Building a hybrid web app involves using Vue.js for the front end and Django for the back end.
Making AJAX calls using axios in Vue components can help in preventing page refresh and Vue app re-initialization. [ more ]
Alone Djangonaut
7 years ago
Django

Django admin template structure

Django admin template inheritance is essential for customizing the admin interface.
Understanding core HTML templates like base.html is key to modifying Django admin templates effectively. [ more ]
[ Load more ]