Skip to content
Zhao Yang edited this page Feb 28, 2017 · 1 revision

Welcome to the DemoAppUser wiki!

1 Install Python 2.7 and Django Framework 1.9

Python 2.7.x https://www.python.org/downloads/

Django 1.9.x https://docs.djangoproject.com/en/1.9/intro/install/

2 Clone the repository

Via https

git clone https://github.com/blueskymobile/DemoAppUser or via ssh

git clone git@github.com:blueskymobile/DemoAppUser

3 Install dependencies

pip install -r requirements.txt

4. Migrate

python manage.py migrate

5. Run

python manage.py runserver