Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

00 Getting started

scotwk edited this page May 12, 2015 · 2 revisions

This project was built in Python 3.4 using Django 1.8.1. Use other versions at your own risk.

Fetch django, and two other dependencies. Note that we have to install a newer version of tastypie than is available in pip, so we are installing that module from github.

pip install django==1.8.1
pip install django-wysiwyg==0.7.0
pip install django-debug-toolbar==1.3.0
pip install -e git+https://github.com/django-tastypie/django-tastypie#egg=TastyPie