This project is a cookiecutter skeleton for creating a new Django project. It's a more opinionated variant of the popular cookiecutter-django skeleton.
- Project Name
- Project Slug
- Author Name
- Author Email
- Use CAS Authentication? [Y/n]
- Django 1.11
- Django Debug Toolbar
- PostgreSQL Support (psycopg2)
- Redis Caching Layer (django-redis + py-redis) [WIP]
- DotEnv Configuration (django-environ)
- Extended Staticfile Support (whitenoise)
- [Optional] CAS 2/3 Authentication Support (django-cas-ng)