pulseapi/helptypes/admin.py (
3
lines of code) (
raw
):
from django.contrib import admin from .models import HelpType admin.site.register(HelpType)