Sometimes, we want to fix MySQL “incorrect string value” error when save unicode string in…
To view corresponding SQL query of the Python Django ORM’s queryset, we can use the…
Sometimes, we want to serialize a model instance in Python Django. In this article, we’ll…
To include image files in Python Django templates, to set the MEDIA_ROOT and MEDIA_URL settings.…
To limit the maximum value of a numeric field in a Python Django model, we…
To override the save method in the Python Django ModelForm, we add the save method…
To create a simple custom template tag with Python Django, we can create a function.…
To use a UUID as a primary key in Python Django models, we can create…
To only accept a certain file type in FileField with Python Django, we can add…
Sometimes, we want to pass query parameters via Python Django’s {% url %} template tag.…