teal-crm
teal-crm copied to clipboard
Django CRM with dashboard with charts, product page, contact page, tasks page and a login.
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 |
![]() Dashboard |
![]() Contacts |
![]() Products |
![]() 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