Could someone suggest the good project template for new Django 1.6 project?
I need:
- Simple base page layout with menu, content and footers – on bootstrap or something like it.
- User accounts: with social authorization (facebook, g+, Mozilla persona) and self registering with e-mail account activation
- User profile (change email-password-avatar)
- Simple user messages and comments
- CKeditor (or some another js-editor) widgets included
- Django 1.6+ and Python 3.3+
I’ve looked on pinax, but it’s a lot of templates, not an “all-in-one”.