Skip to content

Instantly share code, notes, and snippets.

@shauns
Created October 27, 2016 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shauns/c8bc24868c1e9c61aa3f8cd80efeb332 to your computer and use it in GitHub Desktop.
Save shauns/c8bc24868c1e9c61aa3f8cd80efeb332 to your computer and use it in GitHub Desktop.
Running Django manage commands on EBS
[eb ssh]
source /opt/python/run/venv/bin/activate
source /opt/python/current/env
cd /opt/python/current/app
./manage.py help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment