From d169f131a279549739b9eb8d952a697b19d23fb9 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 7 Apr 2018 13:50:53 -0700 Subject: [PATCH] Documentation tweak --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index ae0003c..269ff69 100644 --- a/index.md +++ b/index.md @@ -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.