The Customer Relationship Management is an web application through which you can manage your customers or clients details. It is made using Python-Django framework, MySQL Database and Bootstrap
- First you have to install django using python pip and create a development environment. Also install mysql using pip, in that environment as we are going to use MySQL database in this project
- Now start a new project with name CRM(or whatever you want) in that environent
- After that , start an app with name website(or whatever you like)
- In the settings.py file, change the database to mysql