This is a preconfigured template project for pytoeba
See pytoeba's readme file.
git clone https://github.com/loolmeh/pytoeba-dev.git
cd pytoeba-dev/
git submodule init
git submodule update
cd pytoeba-git
git pull
cd ..
git submodule update
ln -s ./pytoeba-git/pytoeba ./pytoeba
python manage.py syncdb --migrate
python manage.py runserver
See pytoeba's readme.