Easy to use templates for use with Django's startproject --template
.
Use with e.g.
$ django-admin startproject example . --template ~/Documents/Projects/django-startproject-templates/simple
The .
puts the manage.py
in the current directory.
A single project that is its own app.
A single project with a nested empty core app.
My single file project taken from my single file blog post.