Skip to content

Add task model

Serhii Horodilov edited this page Feb 20, 2024 · 6 revisions

At the end of this guide you will:

  • create a Django model to represent tasks
  • create and apply migrations to the project database
Make sure you have successful configured PostgreSQL database before you begin.

Getting started

git checkout bp-models-tasks

Changes

  1. Full change log