studygyaan / Django-CRM-Project

Django CRM Project - Youtube Tutorial

Home Page:https://www.youtube.com/playlist?list=PLSPMgrv4IuJ4WLURdlzKNx4sgsyqW8d5q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django CRM Project - Contact Management Project

[Comment on Youtube Video if not working & i will fix it] Installation Video

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

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

About

Django CRM Project - Youtube Tutorial

https://www.youtube.com/playlist?list=PLSPMgrv4IuJ4WLURdlzKNx4sgsyqW8d5q


Languages

Language:CSS 73.6%Language:JavaScript 15.6%Language:HTML 8.4%Language:Python 2.3%