cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

fabfile.py: restructure into two files -- development, deploy #68

Closed aboutaaron closed 9 years ago

aboutaaron commented 9 years ago

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.

aboutaaron commented 9 years ago

See: http://www.sophomoredev.com/2012/06/how-i-deploy-with-fabric/