https://github.com/certik/bugzilla_ui
https://github.com/certik/bugzilla_ui
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/certik/bugzilla_ui
- Owner: certik
- Created: 2009-10-16T01:07:29.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-26T23:37:32.000Z (over 16 years ago)
- Last Synced: 2025-02-01T20:14:08.261Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.