On Mon, May 16, 2011 at 2:04 PM, Mohammad Hamidi Esfahani
<
m.ham...@gmail.com> wrote:
> Dear Django Developers
>
> I need to implement a triage process for security system, I have read
> the django documents that said it has a triage system for its tickets.
> that is exactly what I need.
>
> Did any body know how can I find the django triage system source code
> to use in my project ????
Django uses Trac to organize it's tickets. It isn't a Django-based
project, but it does use Python.