An open API service indexing awesome lists of open source software.

https://github.com/coderj001/django-crm

Customer Relationship Management built with django and tailwindcss
https://github.com/coderj001/django-crm

django django-crm tailwindcss

Last synced: 27 days ago
JSON representation

Customer Relationship Management built with django and tailwindcss

Awesome Lists containing this project

README

          

## Django CRM (Customer Relationship Management)
> django, django class base views, django test, tailwind css

### Preview
![image](https://i.imgur.com/TTtExCP.png)
![image](https://i.imgur.com/yVUvbhe.png)

# Todos
- [x] Starting a Project
- [x] Server and Migrations
- [x] Project Structure
- [x] Leads App
- [x] Django Models
- [x] Django Model Fields
- [x] ForeignKeys
- [x] Custom User Model
- [x] Querysets and Managers
- [x] Django Admin
- [x] First View
- [x] Templates
- [x] Context
- [x] URL Namespaces
- [x] Lead List and Detail Views
- [x] Forms and Create View
- [x] Model Forms
- [x] Lead Update View
- [x] Lead Delete View
- [x] URL Names
- [x] Extending Templates
- [x] TailwindCSS
- [x] Class Based Views
- [x] Staticfiles
- [x] Sending Emails
- [x] Authentication
- [x] Tests
- [x] Auth Permissions
- [x] Signals
- [x] Agent List and Create Views
- [x] Agent Detail, Update and Delete Views
- [x] Filter Agents
- [x] User Types
- [x] Agent Mixin
- [x] Leads Queryset
- [x] Invite Agents
- [x] Password Reset
- [x] Unassigned Leads
- [x] Assign Agents
- [x] Category Model
- [x] Category List View
- [x] Category Detail View
- [x] Category Update View
- [x] Crispy Forms
- [x] Styling