All Projects → studygyaan → Django-CRM-Project

studygyaan / Django-CRM-Project

Licence: other
Django CRM Project - Youtube Tutorial

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django-CRM-Project

wnpp.debian.net
🌍 Code powering website "Debian Packages that Need Lovin'" created in 2009
Stars: ✭ 38 (-64.81%)
Mutual labels:  django-application, django-project
PyEditorial
A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
Stars: ✭ 178 (+64.81%)
Mutual labels:  django-application, django-project
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-81.48%)
Mutual labels:  django-application, django-project
Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+163.89%)
Mutual labels:  django-application, django-project
mubapp
MUB is a multi-user blog web app using the Python-Django infrastructure.
Stars: ✭ 24 (-77.78%)
Mutual labels:  django-application, django-project
PyShop
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
Stars: ✭ 17 (-84.26%)
Mutual labels:  django-application, django-project
lets-quiz
A quiz website for organizing online quizzes and tests. It's build using Python/Django and Bootstrap4 frameworks. 🤖
Stars: ✭ 165 (+52.78%)
Mutual labels:  django-application, django-project
Django-Verify-Email
A two-step verification for new accounts by verifying email.
Stars: ✭ 51 (-52.78%)
Mutual labels:  django-application, django-project
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (-76.85%)
Mutual labels:  django-application, django-project
kasir
Cashier Management & Inventory Management System
Stars: ✭ 28 (-74.07%)
Mutual labels:  django-application, django-crm
djadmin
Djadmin is a django admin theme
Stars: ✭ 42 (-61.11%)
Mutual labels:  django-application
django-neumorphism-uikit
Django Web App - Neumorphism UI Kit | AppSeed
Stars: ✭ 19 (-82.41%)
Mutual labels:  django-application
django-simple-forum
full featured forum, easy to integrate and use.
Stars: ✭ 65 (-39.81%)
Mutual labels:  django-application
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-76.85%)
Mutual labels:  django-application
vimana-framework
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
Stars: ✭ 47 (-56.48%)
Mutual labels:  django-application
djaq
Django queries
Stars: ✭ 54 (-50%)
Mutual labels:  django-application
django-munigeo
Reusable Django application for storing and accessing municipality-related geospatial data
Stars: ✭ 12 (-88.89%)
Mutual labels:  django-application
classmanager-student-teacher-portal
A Student-Teacher Portal built using HTML, CSS, Python and Django
Stars: ✭ 155 (+43.52%)
Mutual labels:  django-project
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (-67.59%)
Mutual labels:  django-application
django-vditor
A WYSIWYG editor plugin made by vditor for django
Stars: ✭ 14 (-87.04%)
Mutual labels:  django-application

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].