##// END OF EJS Templates
Check the readme.md for the bokeh version notes and requeriments.
Check the readme.md for the bokeh version notes and requeriments.

File last commit:

r6:88585742ef2d
r344:ada396c7b35b
Show More
admin.py
6 lines | 139 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import DDSConfiguration
# Register your models here.
admin.site.register(DDSConfiguration)