Posts with the tag django:
Using the django-admin startporject --template flag, I wanted to create my projects with a lot of the tedious work already done.
Django 4 by Example by Antonio Mele is a great book.
time 01.05am
Some notes on the process as I’m working through it.
The user functionality is created in a seperate app. This project uses built-in user functionality to keep things managable for my first attempts.
Deleting a listing Again we follow the same pattern as before.
Editing items in the PostgreSQL DB The pattern now is as before.
Next step is to setup an individual item page. This tutorial is giving me a some good insights into the Critique Wheel rewrite.