[2021-03-12]
·
software
3 min read
────────────────────────────────────────────────────────────────────────────────────────────
Tutorial on how to use form validation in Django This story will show how to use form validation in Django. Prerequisites I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9...
[2021-03-10]
·
software
6 min read
────────────────────────────────────────────────────────────────────────────────────────────
Tutorial on how to use forms in Django This story will show how to use forms in Django. Prerequisites I'm working on an Ubuntu 20.04, Django 3.1.1 and django-extensions 3.0.9 for good measure....