##// END OF EJS Templates
import/export functions have been updated...
import/export functions have been updated git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@269 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r164:226609c483af
r243:dcc1f42e1d88
Show More
admin.py
7 lines | 177 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import ABSConfiguration, ABSBeam
# Register your models here.
admin.site.register(ABSConfiguration)
admin.site.register(ABSBeam)