Skip to content

Instantly share code, notes, and snippets.

View sammyrulez's full-sized avatar

Sam Reghenzi sammyrulez

View GitHub Profile
@sammyrulez
sammyrulez / create_django_gondor_project.sh
Created August 31, 2011 09:09
script to create a django project bound to gondor.io deploy
#!/bin/bash
if [ $# -ne 2 ]
then
echo "Error in $0 - Invalid Argument Count"
echo "Syntax: $0 project_name gondor_app_id"
exit
fi