Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Created April 30, 2012 18:22
Show Gist options
  • Save ksysctl/2560757 to your computer and use it in GitHub Desktop.
Save ksysctl/2560757 to your computer and use it in GitHub Desktop.
Create a django admin on Openshift
ssh $youruuid@vendejo-$yournamespace.rhcloud.com
source $OPENSHIFT_GEAR_DIR/virtenv/bin/activate
python $OPENSHIFT_REPO_DIR/wsgi/openshift/manage.py createsuperuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment