##// END OF EJS Templates
Check the readme.md for the bokeh version notes and requeriments.
Check the readme.md for the bokeh version notes and requeriments.

File last commit:

r54:321fc528baad
r344:ada396c7b35b
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)