definitive_guide_to_django_deployment icon indicating copy to clipboard operation
definitive_guide_to_django_deployment copied to clipboard

A guide to best practices in production Django deployment, plus a set of Chef scripts to create a solid configuration.

Results 5 definitive_guide_to_django_deployment issues
Sort by recently updated
recently updated
newest added

If you put in a key name and follow the cp command (which actually just creates a file named "ssh" instead of a directory) then later running the fab setup_aws...

Having a tough time figuring out where to hook up my SSH key so that the remote server can pull from my private repo. Would be great if instructions for...

After terminating instances there'll be a node file left behind (like `nodes/ec2-52-8-233-110.us-west-1.compute.amazonaws.com.json`). Would be cleaner if those were removed. This is low priority - it doesn't hurt anything to have...

Many people using MySQL (from choice or necessity) - please add this as an option! Thanks...

enhancement

During a fresh DB setup I get an error on the pg rubygem. This doesn't prevent the sample project from bootstrapping and the final message is a success so I...