Hello,
I'm a bit of a noob when it comes to DJango. I am trying to deploy a zipped django application into AWS OpsWorks.
I have built the stack and get it to start and install Django/python.
What I am stuck in is how do I take a Zip of a Django app and deploy it into AWS OpsWorks? Normally in Java you would build an application. However, I think this is wanting everything to be done in the Chef Recipe.
Any help would be appreciated. I'd hate to have to go back to Java.