Skip to content

studygyaan/Django-CRM-Project

Folders and files

NameName
Last commit message
Last commit date
Oct 22, 2019
Oct 26, 2019
Oct 30, 2019
Dec 1, 2019
Oct 29, 2019
Oct 30, 2019
Apr 21, 2020
Oct 22, 2019
Mar 13, 2020
Oct 22, 2019
Dec 1, 2019
Oct 29, 2019

Repository files navigation

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