Posts with the tag django:

Django Templates

Using the django-admin startporject --template flag, I wanted to create my projects with a lot of the tedious work already done.

Django in Depth

Django 4 by Example by Antonio Mele is a great book.

Pipenv to Poetry

time 01.05am Some notes on the process as I’m working through it.

Django Users, Login & Registration

The user functionality is created in a seperate app. This project uses built-in user functionality to keep things managable for my first attempts.

Django Delete Items

Deleting a listing Again we follow the same pattern as before.

Django Edit Items

Editing items in the PostgreSQL DB The pattern now is as before.

Django Individual Item Page

Next step is to setup an individual item page. This tutorial is giving me a some good insights into the Critique Wheel rewrite.