Django starter application
Link - https://github.com/azegas/django_starter
I am creating lot's of Django apps. Testing out different ideas/packages and so on. For each of them, I need to rewrite basic, repeating pieces (views, urls, create templates, set up authentication, etc). I found myself repeating a lot of boilercode.
On top of that - with each new project, I learn how to improve my previous workflow.
I need to add all this knowledge in one place, so each new Django project that I create, contains the knowledge and good practices I have collected.