##// END OF EJS Templates
Experiment detail view update
Experiment detail view update

File last commit:

r346:ba295fe54b17
r365:24b24259841b
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)