Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 276 Bytes

This is a blog example for the SyPy talk on 'RESTful Django'.

It requires python 3.4 to run.

Quickstart

cd sypyblog
pyvenv-3.4 blog-env
source blog-env/bin/activate
pip install -r blog/requirements.txt
cd blog
python manage.py test blog