Skip to content

mohsin19971512/P.M.S

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors