Simple Django project
Poetry is used to manage dependencies
Git instance for projectCreate remote git projectInstall Django projectAdd simple template based appAdd Customer modelAdd address model???Answer: not neededAdd add formAdd delete form and button to indexAdd unit testsCheck all fields are requiredCheck index and add_customer views
Coding style for Django models