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
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.
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.
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