Skip to content

Instantly share code, notes, and snippets.

@mcotton
Created July 23, 2012 19:46
Show Gist options
  • Save mcotton/3165763 to your computer and use it in GitHub Desktop.
Save mcotton/3165763 to your computer and use it in GitHub Desktop.
Setting Django on OSX
> sudo curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
> sudo pip install Django
> git clone <project>
> cd <project>
> cp local_settings_test.py local_settings.py
> export DJANGO_SETTINGS_MODULE=qliqserver.settings
> mkdir logs
> pip install south
> pip install django-piston
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment