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