from django.contrib import admin from .models import Timbres, saldoModel admin.site.register(Timbres) admin.site.register(saldoModel)