Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 513 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 513 Bytes

iTracker

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.