##// 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:

r54:321fc528baad
r344:ada396c7b35b
Show More
admin.py
5 lines | 140 B | text/x-python | PythonLexer
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0 from django.contrib import admin
Miguel Urco
USRPConfiguration model registered in Admin...
r54 from .models import USRPConfiguration
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0
# Register your models here.
Miguel Urco
USRPConfiguration model registered in Admin...
r54
admin.site.register(USRPConfiguration)