##// END OF EJS Templates
start() and stop() experiment functions have been modificated...
start() and stop() experiment functions have been modificated git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@249 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r172:a641bec15a9b
r226:f58e6190cd7c
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'