= !TracBacklog = == Description == A Trac plug-in to help folks use Trac to maintain their backlog when using an agile development methodology. == Dependencies == It requires simplejson 2.0 or better. Installation Download the tarball from [https://launchpad.net/trac-backlog/+download]. {{{ python setup.py install }}} Enable the plugin in trac.ini. {{{ [components] backlog.* = enabled }}} == Configuration == None. You will need to run {{{trac-admin upgrade}}} on your database though (it needs to create a table and some default values for your tickets). == Bugs/Feature Requests == Please use the [https://launchpad.net/trac-backlog launchpad site] to file any bug and feature requests. == Download == Download the tar'd source from [https://launchpad.net/trac-backlog/+download]. == Source == The plugin is maintained on [https://launchpad.net/trac-backlog Launchpad]. More information about how to obtain the code can be found [https://code.launchpad.net/trac-backlog here].