Skip to content

A Django CRM to maintain customer info and perform SQL operations to create, read, update and delete objects(CRUD)

Notifications You must be signed in to change notification settings

tejeshreddy/django-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-crm

A Django CRM to maintain customer info.

Commands to Run

  • To run the server
python3 manage.py runserver
  • To make migrations
python3 manage.py makemigrations
  • To migrate the changes performed
python3 manage.py migrate

About

A Django CRM to maintain customer info and perform SQL operations to create, read, update and delete objects(CRUD)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published