Useful Django Project Templates
Django is an insanely useful web framework for the average python developer. Properly used, you can boostrap a fully featured, production ready application in an afternoon.
Over the years I've noticed that there are a handful of use cases/configurations that always come up. Funny enough I rarely find good documentation/examples on all of them, and end up searching around and piecing together blog posts.
With that said, I am starting a post containing all of my most used templates. I'll review them here if there's time, but more importantly I'll share the repositories so you can just grab what you need.
Django Template #1 - Heroku Database + Email Username Logins + AWS Static File Storage
This is my most used template, grab the full example code here
More to come!