Skip to content

Latest commit

 

History

History
68 lines (60 loc) · 1.78 KB

README.md

File metadata and controls

68 lines (60 loc) · 1.78 KB

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