This was born out of the desire to have a well known problem space to explore new django packages without doing my R&D on production codebases.
Getting started is simple. Just clone the codebase and then reference it during startproject
ie
django-admin startproject todo_project --template ./django-todo-project-template
It’s intentionally plain Django and intentionally has some missing features which will allow for creating those features by experimenting with a package or other styles or writing Django.
Check it out here: