from django.contrib import admin
from Maintenance.models import *

admin.site.register(TCajaDebe)

admin.site.register(TCajaHaber)