Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 410 Bytes

Algo-QMS

How to start project

First of all check your local django version with:

django-admin.py version

If it's not 2.0b1 or you get a command not found error, run this command:

pip install --pre django

To clone and run project, execute these commands:

git clone https://github.com/inzva/Algo-QMS.git
cd Algo-QMS
python3 manage.py migrate
python3 manage.py runserver