Latest Python Projects with source code
- The Django Project on Medical Shop Management System's major goal is to keep track of the information of sales, medicines, stocks, company, and inventory.
- It keeps track of everything related to Sells, Medical Shop, Inventory, and Sells.
- Because the project is entirely constructed at the administrative level, only the administrator has access.
- The goal of the project is to create an application program that will reduce the amount of manual effort involved in managing sales, medicines, medical shops, and stock.
- It keeps track of all the information about the stocks, the company, and the inventory.
How To Run the project:
- Download the project zip file. Extract it.
- Install Python3 in your system. Download the latest version. https://www.python.org/downloads/.
- Install Django in your system using the following command.
pip install Django==1.11.6
- The current version is Django 2.0.9 but this project uses the older version.
- You can make use of any text editor such as Sublime, Atom, Pycharm, Webstorm etc.
- The link for Pycharm is mentioned below: Download the community(free) version. https://www.jetbrains.com/pycharm/download/#section=windows.
- Open Pycharm, open the extracted project folder in Pycharm. Go to Pycharm terminal and enter the following command:
python manage.py runserver
- URL routing is handled in the file: pharma/urls.py.
- All the functionalities such as Create, update, delete, retrieve are present in the file: pharma/views.py.
- The database by default used with Django is SQLite3.
- The database models are created in the file: pharma/models.py.
- If any changes are made in the models.py file such as adding, deleting fields, or new tables, run the following two commands..
python manage.py makemigrations pharma python manage.py migrate
- All the SQL queries are generated by Django implicitly. You can view the SQL commands using the following command..
python manage.py sqlmigrate pharma migration_name
Click here to download the LUDO Game Project with source code.
Tags:
astitva
b2acypher
Django Project on Medical Shop Management System
django Projects with source code
major projects
minor projects with source code
mskuthar