Skip to content

GibbsConsulting/django-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django todo Latest version on PyPI

Build status Code health Monthly downloads from PyPI Software license

django-todo is a pluggable multi-user, multi-group task management and assignment application for Django. It can serve as anything from a personal to-do system to a complete, working ticketing system for organizations.

Documentation

For documentation, see the django-todo wiki pages:

Tests

Serious tests are missing, but we're checking PEP8 conformity of our syntax on both Python 2 and 3 using tox. You can run the tests locally via:

$ python setup.py test

No prerequisites are required, all test dependencies will be installed automatically by tox in virtual environments created on the fly. Unfortunately, you'll have to install virtualenv for this to work, though.

To remove all build files and folders including Python byte code you can run:

$ python setup.py clean

About

A multi-user, multi-group todo/ticketing system for Django projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.1%
  • HTML 24.7%
  • JavaScript 24.1%
  • CSS 7.1%