Skip to content

Instantly share code, notes, and snippets.

@terryoy
Created December 24, 2012 15:38
Show Gist options
  • Save terryoy/4369681 to your computer and use it in GitHub Desktop.
Save terryoy/4369681 to your computer and use it in GitHub Desktop.
django tastypie, userena setup
# install userena
pip install django-userena
# a simple catpcha for django
pip install django-simple-captcha
# install dependencies for pil and captcha
sudo apt-get install libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev
# install pil
pip install pil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment