• Stars
    star
    146
  • Rank 245,503 (Top 5 %)
  • Language
    CSS
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django CRM Project - Youtube Tutorial

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

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

More Repositories

1

django-rest-framework-tutorial

Python
52
star
2

How-To-Execute-CRUD-Using-Django-Ajax-and-JSON

How To Execute CRUD Using Django Ajax and JSON
HTML
23
star
3

Login-Register-using-Spring-Boot

Latest Login Register Example using Spring Boot
Java
16
star
4

How-to-Signup-User-and-Send-Confirmation-Email-in-Django

How to Signup User and Send Confirmation Email in Django
JavaScript
12
star
5

how-to-send-email-with-attachments-in-django

How to Send Email With Attachments in Django
Python
9
star
6

How-to-Export-Excel-File-With-Django

How to Export Excel File With Django
Python
9
star
7

Loan-prediction-using-logistic-regression

Learn how to predict if a person will be able to pay the loan with logistic regression algorithm using sklearn library for machine learning.
Jupyter Notebook
7
star
8

chatbot-in-python

HTML
5
star
9

How-to-Free-Send-and-Receive-SMS-using-Python-Twilio-API

How to Free Send and Receive SMS using Python | Twilio API
Python
5
star
10

Beauty-Prediction-with-Machine-Learning

Learn how to create a beauty prediction model based on face proportions using XGB Regressor and Linear Regression
Jupyter Notebook
3
star
11

Django-Image-Upload-and-Display

Django Image Upload and Display
Python
2
star
12

How-to-Add-Social-Login-to-Django

Django Social Login For Facebook Twitter GitHub
Python
2
star
13

tutorials

Python
2
star
14

Django-Oscar-Tutorial

CSS
2
star
15

How-to-Create-CSV-File-With-Django

How to Create CSV File With Django
Python
2
star
16

Date-Time-Picker-and-Phone-Mask

We are creating a package of jQuery UI Datepicker from jQuery UI and Timepicker from trentrichardson.com
CSS
2
star
17

spring-boot-starter

Java
2
star
18

how-to-integrate-ajax-with-django-applications

How to Integrate Ajax with Django applications
Python
2
star
19

How-to-write-Django-Custom-Template-Tags-and-Filters

How to write Django Custom Template Tags and Filters
Python
2
star
20

Django-Best-Practice-Configuring-Settings-File

Django Best Practice: Configuring Settings File
Python
2
star
21

Dependent-Chained-Dropdown-List-with-Django

How to Implement Dependent/Chained Dropdown List with Django
Python
2
star
22

How-to-Connect-MySQL-Database-in-Django-Project

How to Connect MySQL Database in Django Project
Python
1
star
23

Wine-Quality-Classification

Learn how to classify wine quality using Logistic Regression and Random Forest Classifier.
Jupyter Notebook
1
star
24

How-to-Send-Email-in-Django

How to Send Email in Django
Python
1
star
25

Telegram-Chatbot-using-Python

Python
1
star
26

How-to-Use-Bootstrap-4-Forms-With-Django-Crispy-Forms

How to Use Bootstrap 4 Forms With Django – Crispy Forms
Python
1
star
27

How-to-Extend-Django-User-Model-AbstractBaseUser

Extending User Model Using a Custom Model Extending AbstractBaseUser
Python
1
star
28

How-to-Integrate-Bootstrap-4-Template-in-Django

How to Integrate Bootstrap 4 Template in Django
Python
1
star