Bugzilla rewritten with Django.
This project's goal is to fully emulate Bugzilla. This means the user interface will be the same but the arguments and overall behaviour.
Please do NOT USE this project as a reference for good pratices for what is usually done with Django. This is NOT the case and totally out of prupose here.
We recommand you use a virtual environment to install the project. See https://virtualenv.pypa.io/en/latest/
To install the project:
$ pip install -r requirements.txt
Update the bughipster/settings.py file to setup the database. At the moment it will only work with an existing Bugzilla database.
$ python manage.py runserver