##// END OF EJS Templates
widgets for ABSBeamAddForm and ABSBeamEditForm...
widgets for ABSBeamAddForm and ABSBeamEditForm git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@188 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r13:6a2dde2f45c9
r165:7fa6631d0226
Show More
models.py
8 lines | 202 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'