Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 494 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 494 Bytes

Pytoeba-dev

This is a preconfigured template project for pytoeba

Dependenices

See pytoeba's readme file.

Usage

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

Running Tests

See pytoeba's readme.