Skip to content

nimadorostkar/MMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mold Management System ( MMS )

Open-source project generated by Atrotech in Django Framework.

Screenshots

Mold detail Page

Mold detail Page

Mold repair requestPage

Mold repair requestPage

Clone this repository

git clone https://github.com/nimadorostkar/MMS.git

Run the following commands to get started:

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver