##// END OF EJS Templates
Se unió ATRAD al SIR
Se unió ATRAD al SIR

File last commit:

r380:34e7637f39b2
r380:34e7637f39b2
Show More
admin.py
6 lines | 143 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import ATRADConfiguration
# Register your models here.
admin.site.register(ATRADConfiguration)