##// END OF EJS Templates
new abs configuration form has been updated...
new abs configuration form has been updated git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@270 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r54:321fc528baad
r244:b7cb19f9aed4
Show More
admin.py
5 lines | 140 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import USRPConfiguration
# Register your models here.
admin.site.register(USRPConfiguration)