PharmacyManagementSystem Pharmacy Management System || Python Django Installation install python Run these Commads git clone create venv python -m venv venv activat venv .\venv\Scripts\activate install the requirements pip install -r requirements.txt migrate database python manage.py migrate finaly python manage.py runserver it will run like this http://127.0.0.1:8000/ copy this url and paste it in any browser