Skip to content

nimadorostkar/MMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

836d8d2 · Nov 23, 2023
Sep 28, 2023
Nov 23, 2023
Sep 18, 2021
Sep 18, 2021
Oct 11, 2021
Sep 18, 2021
Oct 11, 2021
Sep 18, 2021
Sep 7, 2021
Sep 18, 2021

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