Hospital Management System
Install and active virtual environment directory:
Install all the requirements using previously opened CMD where the virtual environment was activated:
(venv):~$ pip install -r requirements.txt
Run Local Server:
(venv):~$ python manage.py runserver
PATHs: