Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 414 Bytes

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