One of the first problems you have when you want to create a traditional HTML django site (i.e
not an SPA one) is how to properly and beautifully layout your forms. In this small article I’ll
talk about two very useful django packages that will help you h... (more…)
Read more »
django-migrations-graph - Django-admin command to display migrations with dependencies. (more…)
Read more »
Use type annotations to validate/deserialize request parameters in Dango REST Framework. - rsinger86/drf-typed-views... (more…)
Read more »
Django 3.2 alpha 1 is now available. It represents the first stage in the 3.2
release cycle and is an opportunity for you to try out the changes coming in
Django 3.2. (more…)
Read more »
In Django, a GenericForeignKey
is a feature that allows a model to be related to any other model in the system,
as opposed to a ForeignKey
which is related to a specific one. (more…)
Read more »