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

inzva/Algo-QMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published