Skip to content

Initial Release

Choose a tag to compare

@arocks arocks released this 08 Feb 06:38
· 114 commits to master since this release

More details in the blog post

  • Python 3 support - e.g. Uses pathlib for paths in settings
  • Django 1.7 support - e.g. south dependency removed
  • Sign-in, Sign-up and Logouts - Basic user registration and sign-ins using crispy forms
  • Bootstrap bundled - Snazzy Bootstrap 3 based home page and admin out of the box
  • Clean start - Based on Django 1.7 project structure
  • Secrets Secure - Picks SECRET_KEY from environment as a best practice
  • Minimal dependencies - Only essential packages listed in requirements.txt not all recommended ones