Django Todo

screenshot of Django Todo
django

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.

Overview:

Django-todo is a pluggable task management and assignment application for Django, designed for multiple users and groups. It can be utilized as a personal to-do tracker, a group task management system, or a ticketing system for organizations. The application offers features like task prioritization, email notifications, search functionality, task comments, public-facing submission forms, mobile-friendly interface, batch import/export of tasks via CSV, multiple file attachments per task, and mail tracking integration.

Features:

  • Drag and drop task prioritization
  • Email task notification
  • Search functionality
  • Comments on tasks
  • Public-facing submission form for tickets
  • Mobile-friendly interface (work in progress)
  • Separate view for My Tasks across lists
  • Batch-import tasks via CSV
  • Batch-export tasks in CSV Format
  • Multiple file attachments per task
django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.