Currently, having everything in one file creates errors when things like boto or missing or AWS access keys are missing. These dependencies shouldn't be required at the start of the project and should be left to the developer if they want to deploy their app to AWS. Therefore, I suggest spacing the tasks into separate fabfiles. This approach is similar to the datadesk django-project-template.
Currently, having everything in one file creates errors when things like
boto
or missing or AWS access keys are missing. These dependencies shouldn't be required at the start of the project and should be left to the developer if they want to deploy their app to AWS. Therefore, I suggest spacing the tasks into separate fabfiles. This approach is similar to the datadesk django-project-template.