source: firmaeventos/participantes/admin.py @ 16cf088

Last change on this file since 16cf088 was 8ef5d2c, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Agregados modelos al admin de django

  • Property mode set to 100644
File size: 161 bytes
Line 
1from django.contrib import admin
2from .models import Participante, ParticipanteEvento
3
4admin.site.register(Participante)
5admin.site.register(ParticipanteEvento)
Note: See TracBrowser for help on using the repository browser.