Skip to content

nischalpandey/ngpcrm

Repository files navigation

Teal CRM

Teal CRM is a CRM made in Django. It has a teal color Dashboard. A Django CRM in which you can create, update or delete Product, Orders and Contacts. You can also filter and search. You can also add task for reminder.

  • Create, update or delete Product, Orders and Contacts.
  • Search and filter.
  • Add todo tasks for reminder.

Screenshots

Login Page

Login Page

Dashboard

Dashboard

Contacts

Contacts

Products

Products

Tasks

Tasks

Clone this repository

git clone https://github.com/masoodmomin/teal-crm.git

Dependencies

django-filter=2.4.0

Run the following commands to get started:

pip install django django-filter
python manage.py makemigrations crm tasks
python manage.py migrate
python manage.py runserver