5 lines
83 B
Python
5 lines
83 B
Python
import models
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(models.Bounty)
|