##// END OF EJS Templates
ATRAD actualizado
ATRAD actualizado

File last commit:

r391:f749b7bc4ba8
r396:bcff7b1b68a2
Show More
admin.py
6 lines | 184 B | text/x-python | PythonLexer
Renato Huallpa
Se unió ATRAD al SIR
r380 from django.contrib import admin
Renato Huallpa
Se actualizo SIR con ATRAD
r391 from .models import ATRADConfiguration, ATRADData
Renato Huallpa
Se unió ATRAD al SIR
r380
# Register your models here.
admin.site.register(ATRADConfiguration)
Renato Huallpa
Se actualizo SIR con ATRAD
r391 admin.site.register(ATRADData)