Skip to content

fantasy1114/Django-CRM

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published