Skip to content

Krish123-lang/Customer-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer-Management-System

Customer Management System

Customer Management System is a backend project made with the help of Python Django Framework.

What is Django?

Django is a free and open-source web framework written in Python. It is designed to help developers take applications from concept to completion as quickly as possible. Django follows the model-template-view architectural pattern.

What this project does?

This project stores customers information in a database. Admin has permission to do CRUD operations on customer. This project is secure against Cross site scripting (XSS), Cross site request forgery (CSRF), SQL injection, Clickjacking,etc.

This project helps admin to create, read, update, delete and filter customers information.

Installation

Use the package manager pip to install django.

  1. First of all create a isolated environment in your folder using following commands
i) virtualenv env
ii) env\scripts\activate
  1. Then install tools using
pip install -r requirements.txt
  1. All of the packages needed in this project is installed 😀.
  2. Then use
 python manage.py makemigration
 python manage.py migrate
 python manage.py runserver
  1. Copy the url(127.0.0.1:8000) and open it into your browser.
  2. You must see this screen

login

  1. Register Page register

  2. After login after_lgin

  3. Profile Page profile

  4. Admin Page admin_page

  5. Customer Page customer_page

  6. Products Page products_page

  7. Customer Page customer_page

  8. Filtering customer data filtering_customer_data

  9. Deleting Customer Confirmation Page Deleting_confirmation

  10. Password Reset via email password_reset

  11. Reset link in email reset_link_in_email

  12. Password reset link sent confirmation page password_reset_sent

  13. Password reset complete page password_reset_complete

  14. Entering new password Page entering_new_password

That's it have a great day 👍 :shipit:

About

Customer Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published