Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/studygyaan/django-crm-project

Django CRM Project - Youtube Tutorial
https://github.com/studygyaan/django-crm-project

django django-application django-crm django-project

Last synced: about 1 month ago
JSON representation

Django CRM Project - Youtube Tutorial

Awesome Lists containing this project

README

        

# Django CRM Project - Contact Management Project

## Live Demo - http://professionalcipher.pythonanywhere.com/
[Comment on Youtube Video if not working & i will fix it] [Installation Video](https://youtu.be/A6mTN6G-adM)

I am trying to create a Tutorial on How yo Create CRM or Contact Management System in Django. Basically this tutorial is creating while explaining video tutorial. This is the series of Django CRM Tutorial.

![Image of CRM](https://studygyaan.com/wp-content/uploads/2020/02/Django-CRM-Website.jpg)

### Setup
1. Create a folder and put all the files inside it.
2. Create a virtual environtment - `virtualenv env`
3. Activate VirtualENV - ubuntu : `source env/bin/activate` || windows : `. .\env\Scripts\activate`
4. Run requirements.txt - `pip install -r requirements.txt`
5. Run the Application - `python manage.py runserver`
6. Migrate