##// END OF EJS Templates
Fix RC plots bug
Fix RC plots bug

File last commit:

r54:321fc528baad
r332:9bb45c0e1ac7
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)