Skip to content

muratkun/Algo-QMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

Languages

  • Python 79.5%
  • HTML 17.8%
  • CSS 2.7%