Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.99 KB

README.md

File metadata and controls

40 lines (35 loc) · 1.99 KB

Python_Django_CRM

The repository will provide any kind of customer relations management for there products. I use all features of Django of this projects.

How To Use This

make a new environment(recommended) and run...

  • Run pip install -r requirements.txt to install dependencies
  • Run python manage.py makemigrations
  • Run python manage.py migrate
  • Run python manage.py runserver
  • Navigate to http://127.0.0.1:8000/ in your browser

Some Sceenshots of This Webapp -

Lgin- Dashboard Products Update Products Delete Products Customer Details Customer Place Order Register by Customer Login By Customer Customer Dashboard Customer Profile Forgot Password

and if you like this project, do give it a "Star" Thank you..