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.
Login Page |
Dashboard |
Contacts |
Products |
Tasks |
git clone https://github.com/nimadorostkar/DjangoCRM.git
django-filter
pip install django django-filter
python manage.py makemigrations
python manage.py migrate --run-syncdb
python manage.py runserver