Skip to content

Open Source CRM ( Customer relationship management ) based on Django, which you can create, update or delete Product, Orders and Contacts. You can also filter and search. You can also add task for reminder.

Notifications You must be signed in to change notification settings

nimadorostkar/DjangoCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dj CRM

A Django CRM in which you can create, update or delete Product, Orders and Contacts. You can also filter and search. You can also add task for reminder.

  • Create, update or delete Product, Orders and Contacts.
  • Search and filter.
  • Add todo tasks for reminder.

Screenshots

Login Page

Login Page

Dashboard

Dashboard

Contacts

Contacts

Products

Products

Tasks

Tasks

Clone this repository

git clone https://github.com/nimadorostkar/DjangoCRM.git

Dependencies

django-filter

Run the following commands to get started:

pip install django django-filter
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver

About

Open Source CRM ( Customer relationship management ) based on Django, which you can create, update or delete Product, Orders and Contacts. You can also filter and search. You can also add task for reminder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published