Tokotoko Fabfile contains Fabric functions for setting up and managing Django projects on Amazon EC2.
- Launching new EC2 instances
- Setting up Nginx, PostgreSQL and Gunicorn for running Django
- Optionally setting up Celery for background tasks
- Setting up and managing backups to Amazon S3
The django settings are read in from the Django settings file.
- Django
- Fabric
- Libcloud
- Git