You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project created in virtual environment.
I have used default Django Admin as admin panel.
I was creating a custom admin panel, but couldn't complete it due to deadline.
Hope you like my work.
Thanks You.
About
A product-based CRM website consists of Admin and User Module. Admin can create, edit, delete and update products and Agents. Admin can manipulate Approvals and actions taken by the Agent. An agent can create calls based on the product type. An agent can edit calls and search for a particular call by product serial no, or customer contact no. The…