Convert readme to markdown format

- And remove tox references
This commit is contained in:
Scot Hacker 2018-02-03 00:39:59 -08:00
parent 90c41d1f29
commit 7ab41ed936
2 changed files with 15 additions and 55 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# django-todo
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 serve as anything from a personal to-do tracker to a ticketing system for organizations.
## Documentation
For documentation, see the django-todo wiki pages:
- [Overview and screenshots](http://github.com/shacker/django-todo/wiki/Overview-and-screenshots)
- [Requirements and installation](http://github.com/shacker/django-todo/wiki/Requirements-and-Installation)
- [Version history](http://github.com/shacker/django-todo/wiki/Version-history)