techieaman94 / InventoryManagement

A web application to manage inventory records for a system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory Management System

To use : Step 1- Download the file InventoryManagement in your desktop. Step 2- Open command prompt, and go inside the folder where file 'manage.py' is present. Step 3- Make virtual environment by command - 'mkvirtualenv newenv' and activate virtual environment by command 'workon newenv'. Step 4- Install Django by command - pip install django. Step 5- Now run the server by command - 'python manage.py runserver' Step 6- Go to address http://127.0.0.1:8000/home/

About

A web application to manage inventory records for a system


Languages

Language:Python 79.1%Language:HTML 20.9%