##// END OF EJS Templates
Update views and templates of main app...
Update views and templates of main app git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@110 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r54:321fc528baad
r89:d23e0226ad31
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)