- Create a virtualenv and activate it - more info
- Clone the repo
- Run
cd project-starter & pip install -r requirements/development.txt
- Run
python project/manage.py syncdb
- Run
python project/manage.py runserver
- Open http://127.0.0.1:8000/
- N-joy it :)
URL: http://projectstarter.herokuapp.com/
Demo account:
username: admin@example.com
password: admin