##// END OF EJS Templates
Fix prints for python 3...
Fix prints for python 3 git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@197 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r172:a641bec15a9b
r174:fe01c8eee39a
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'