##// END OF EJS Templates
Experiment views update
Experiment views update

File last commit:

r346:ba295fe54b17
r364:bf581f9e6467
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)