##// END OF EJS Templates
Fix power monitor
Fix power monitor

File last commit:

r366:bdf15dfd5ebe
r394:6790c8880a2c
Show More
admin.py
6 lines | 149 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import PedestalConfiguration
# Register your models here.
admin.site.register(PedestalConfiguration)