mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
7 lines
103 B
Python
7 lines
103 B
Python
from django.contrib import admin
|
|
|
|
from payments.models import Payments
|
|
|
|
admin.site.register(Payments)
|
|
|