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