This is a development of an issue tracker for a university subject. Developed in django and bootstrap.
To install the application you must:
1- download or clone the repository.
2- create a virtual environment and install the dependences in requirements.txt or simply install the dependences on your root python installation (this app is designed to work with pyhton 2.7).
3- make the migrations and migrate youre app.
4- You'll need a superuser in order to insert basic registers in the database.