mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
from django.contrib import admin
|
|
|
|
from typePay.models import TypePay
|
|
|
|
admin.site.register(TypePay)
|