Norhanms / CustomerManagement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer Management System

This application lets the user to add new customer, new product, track orders and give each a product a tag. This is for study purpose following this tutorial where we learn how to deal with models and ther relationship between them. Dealing with views and fetching data from models and showing them in the templates.

Installation

First create a virtual environment

python -m venv venv

Second after activating the virtual env, install all the required packages using the follwing commands

pip install requirements

Third you can run the app

python manage.py runserver

About


Languages

Language:HTML 50.8%Language:Python 48.1%Language:CSS 1.1%