django tutorial

Oct 31
A Guide to Humane Django Model Forms

A Guide to Humane Django Model Forms

Django ModelForms are a lifesaver. They are a brilliant shortcut for creating forms straight from your Django models, automatically handling
13 min read
Oct 28
How to Create a Django Application That Doesn't Fall Apart

How to Create a Django Application That Doesn't Fall Apart

The command to django create application is simple: python manage.py startapp <app_name>. It instantly generates a
13 min read