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
- Host: GitHub
- URL: https://github.com/coderj001/django-crm
- Owner: coderj001
- License: mit
- Created: 2021-05-20T07:09:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T06:38:46.000Z (over 4 years ago)
- Last Synced: 2025-09-04T04:45:24.468Z (9 months ago)
- Topics: django, django-crm, tailwindcss
- Language: HTML
- Homepage: https://d2an9o-6rm.herokuapp.com/
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Django CRM (Customer Relationship Management)
> django, django class base views, django test, tailwind css
### Preview


# 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