i search for good task management system on python-django, with projects, tickets, attachments开发者_运维百科 and user access customization for projects. Advise what to choose?
Ive used django-projector. It has all the features you ask for, but ive found it to be slightly unreliable integrating with git.
For future reference, i find the best place to check for existing django projects is Django Packages.
The comparision of project management tools is here.
I built a simple Task Management webapp named Django Coleman, using just Django Admin. Take a look at https://github.com/mrsarm/django-coleman
精彩评论