Django, Axios and CSRF token

Posted on Sat 18 April 2020 in django • Tagged with python, django, csrf

How to properly set Django and axios library to work together with CSRF protection.


Continue reading

Django custom sitemap (updated 2018)

Posted on Tue 27 December 2016 in Django • Tagged with python, sitemap, google

Build a sitemap (xml file) for multi-regional and multilingual websites using Django's builtin Sitemap framework.


Continue reading

Django admin template structure

Posted on Sun 16 October 2016 in Django • Tagged with python, django-admin, django-admin templates

Today we will see how template inheritance works inside the Django admin contribution package


Continue reading