Best Django Boilerplate/Skeleton
This is my favorite boilerplate for new projects so far: https://github.com/kirpit/django-sample-appBecause:
- It's up-to-date (as of 12/27/2014). Django-skel is currently at only up to 1.5.9.
- It's minimal. It doesn't make many design decisions for you or include a bunch of junk. Django-base-template isn't as minimal.
- Great structure, it follows this fairly closely: http://stackoverflow.com/a/23469321/1364191