I don't know of a Django-based issue tracker that's in active development, but I'd suggest you first try using a web-based, hosted tool. If your project is simple enough, something like http://www.unfuddle.com/ might meet your needs. Accounts are free for very small projects, and include a SVN or Git repository. Otherwise Trac, which is of course used for tracking issues in Dango itself at http://code.djangoproject.com/, so at least you know there's knowledge in the community. It's written in Python, too, so if you enjoy working in Python even without Django, you're onto a winner.
On Nov 10, 12:12 am, Joakim Hove <[email protected]> wrote: > Hello, > > I am setting up a bug/issue tracker - the project is quite small and I > do not have complex needs. As I enjoy working with Django I was > looking for a Django based solution. Can someone reccomend a Django > based issue tracker? > > In case I fail finding something based on Django I think I will use > Trac which seems quite nice. > > Joakim -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

