Files
RRBEC/typePay/admin.py

6 lines
99 B
Python

from django.contrib import admin
from typePay.models import TypePay
admin.site.register(TypePay)