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.
Login Page |
Dashboard |
Contacts |
Products |
Tasks |
git clone https://github.com/masoodmomin/teal-crm.git
django-filter=2.4.0
pip install django django-filter
python manage.py makemigrations crm tasks
python manage.py migrate
python manage.py runserver