##// 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
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0 from django.contrib import admin
Juan C. Espinoza
Updating base models and views ...
r6 from .models import DDSConfiguration
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0
# Register your models here.
Juan C. Espinoza
Updating base models and views ...
r6
admin.site.register(DDSConfiguration)