Sometimes, we want to create a slug in Python Django, we can use the slugify…
Coding
Sometimes, we want to get the current URL within a Python Django template. In this…
To create an object for a Django model with a many to many field, we…
To set file upload size limit with Python Django, we can create our own function…
To add image in an ImageField from image URL with Python Django, we can use…
To get a model’s fields in Python Django, we can use the get_fields method. For…
Sometimes, we want to serialize many to many field with Python Django rest framework. In…
Sometimes, we want tto see a list of urlpatterns with Python Django. In this article,…
To compare two JSON objects with the same elements in a different order equal with…
Sometimes, we want to fix Django object is not JSON serializable with Python Django. In…