An open API service indexing awesome lists of open source software.

https://github.com/certik/bugzilla_ui


https://github.com/certik/bugzilla_ui

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

bugzilla_ui
-----------

Django based interface to bugzilla. The goal is to provide a simple and easy to
use interface.

Installation
------------

Edit settings.py to match your database.

$ ./manage.py syncdb

(You can say "no" to create a super user.) Then either:

$ ./manage runserver

or install it like any other django application.