##// END OF EJS Templates
Update models.py Pedestal
Update models.py Pedestal

File last commit:

r366:bdf15dfd5ebe
r390:2565c04022e1
Show More
admin.py
6 lines | 145 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import USRPRXConfiguration
# Register your models here.
admin.site.register(USRPRXConfiguration)