Skip to content

Siddharthbadal/djangoAutomationToolkit

Repository files navigation

Data Automation ToolKit

Automated various tasks using django, celery and redis. User can import and export data from a existing database model and receive email notification, send bulk emails with attachments and have an image compression tool.

Also applied Error handling and Messages display with user authentication. Used celery and redis with django for faster data processing.

Goal

To be able to automate and perform various operations faster and without interrpution on user interface and command line.

Custom Commands For Command Line Interface

Import Data - python manage.py importdata file_path model_name

Export Data - python manage.py exportdata model_name

Delete Data - python manage.py deletedata model_name

Tech

- Django
- Celery  
- Redis
- Docker
- Bootstrap

automate