##// 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:

r172:a641bec15a9b
r344:ada396c7b35b
Show More
models.py
9 lines | 199 B | text/x-python | PythonLexer
from django.db import models
from apps.main.models import Configuration
# Create your models here.
class USRPConfiguration(Configuration):
class Meta:
db_table = 'usrp_configurations'