Documentation tweak

This commit is contained in:
Scot Hacker 2018-04-07 13:50:53 -07:00
parent 50d182103c
commit d169f131a2

View file

@ -3,6 +3,8 @@
django-todo is a pluggable, multi-user, multi-group task management and
assignment application for Django, designed to be dropped into an existing site as a reusable app. django-todo can be used as a personal to-do tracker, or a group task management system, or a ticketing system for organizations (or all of these at once!)
**The best way to learn how django-todo works is to visit the live demo site at [django-todo.org](http://django-todo.org)!**
## Features
* Drag and drop task prioritization
@ -23,8 +25,6 @@ assignment application for Django, designed to be dropped into an existing site
## Overview
**The best way to learn how django-todo works is to visit the live demo site at [django-todo.org](http://django-todo.org)!**
The assumption is that your organization/publication/company has multiple groups of employees, each with multiple users (where actual users and groups map to Django Users and Groups). Users may belong to multiple groups, and each group can have multiple todo lists.
You must have at least one Group set up in Django admin, and that group must have at least one User as a member. This is true even if you're the sole user of django-todo.