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 main 4 lines 93 B view raw
1from django.contrib import admin 2from .models import Incident 3 4admin.site.register(Incident)