django-planet

Blog: /var/ - django

web https://spapas.github.io/
Author Serafeim Papastefanos

Simple Django - DataTables integration

May 23, 2023 » /var/ - django » [Archived Version]

Integration of jquery DataTables with Django

Read More

Multiple storages for the same FileField in Django

April 11, 2023 » /var/ - django » [Archived Version]

Using multiple file storages from the same FileField in Django

Read More

Using Unpoly with Django

April 4, 2023 » /var/ - django » [Archived Version]

A guide on using Unpoly with Django

Read More

My essential guidelines for better Django development

Sept. 28, 2022 » /var/ - django » [Archived Version]

A list of guidelines that I follow in every non-toy Django project I develop

Read More

Better Django inlines

June 28, 2022 » /var/ - django » [Archived Version]

How to improve our Django inlines

Read More

PDFs in Django like it’s 2022!

Feb. 14, 2022 » /var/ - django » [Archived Version]

How to render PDFs in Django like it’s 2022!

Read More

Token Authentication for django-rest-framework

Aug. 25, 2021 » /var/ - django » [Archived Version]

How to authenticate django-rest-framework with tokens

Read More

Changing choices to a ForeignKey using Django migrations

July 15, 2021 » /var/ - django » [Archived Version]

How to convert a choices field to a ForeignKey using Django migrations

Read More

Using matplotlib to generate graphs in Django

Feb. 8, 2021 » /var/ - django » [Archived Version]

How to use the matplotlib library to generate server-side graphs with Django

Read More

Using hashids to hide ids of objects in Django

Jan. 7, 2021 » /var/ - django » [Archived Version]

How to hide the ids (primary keys) of your objects in Django using the hashids library

Read More