Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 673 Bytes

Django-CRM-v.1

This is a baic CRM developed in Django and Bootstrap 5.

Following are the features of this CRM.

  • User Authentication (Login feature)
  • Admin can see the recent 5 leads including unassigned leads.
  • Admin can assign leads to agents from dashboard.
  • Admin can add new lead from dashboard.
  • Admin can edit the lead information.
  • Admin can see list of all agents and can add new agents as well.
  • When admin creates a new Agent, agent will receive an email with login details including email and password.
  • Agent can see all assigned leads after login.