Skip to content

DJango customer relationship management using CRUD ops

Notifications You must be signed in to change notification settings

sanskarkakde14/DjangoCRUDcrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

CRM with django(CRUD ops)


Details

Django CRM (customer relationship management) app which displays customer information and their products and perform the basic CRUD [create, read, update, delete] operations on them with user account and its authentication. The database model used is (default) the SQLite db. Decorator.py is used to check out the backflow of page access. The templating is redirected from urls.py of mainproject to accounts app's url section.

Requirements:

  • dj-database-url==0.5.0
  • Django==4.0.5
  • django-filter==22.1
  • document==1.0
  • gunicorn==20.1.0
  • idna==3.3
  • Naked==0.1.31
  • Pillow==9.1.1
  • PyYAML==6.0
  • requests==2.28.0
  • sqlparse==0.4.2
  • status==0.2.5
  • urllib3==1.26.9
  • whitenoise==6.2.0

Screenshots

Screenshot 2022-06-27 at 2 58 35 AM

Screenshot 2022-06-27 at 2 58 51 AM

Screenshot 2022-06-27 at 3 02 04 AM

Screenshot 2022-06-27 at 3 02 13 AM

Screenshot 2022-06-27 at 3 04 17 AM

Screenshot 2022-06-27 at 3 04 20 AM

Update op have some error but i will update this soon