Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 5edd527aaba4e33b526f04f58d0db2b8a4ef278e 4 lines 93 B view raw
1from django.contrib import admin 2from .models import Incident 3 4admin.site.register(Incident)