This project never really got started...but hey it was fun learning django!
Docs page: https://mohannmm.github.io/mupy/
Activate enviornment variables inside mupyenv by typing
source mupyenv/bun/activate
on mac or linux
or
.\mupyenv\scripts\activate
on windows
(To deactivate, use same commands but replace activate
with deactivate
)
Make sure you update required packages
pip install -r requirements.txt
Go inside the inner mupy/ folder (type ls, you should see a manage.py)
To start the server, type python manage.py runserver
The server will start on localhost:8000
Admin Credentials for localhost:8000/admin username: admin password: admin