source: firmaeventos/participantes/admin.py

Last change on this file was 5d88f36, checked in by lhernandez <lhernandez@…>, 7 years ago

Agregada class para comporbar el proceso del evento

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