##// END OF EJS Templates
USRPConfiguration model registered in Admin...
Miguel Urco -
r54:321fc528baad
parent child
Show More
@@ -1,3 +1,6
1 from django.contrib import admin
1 from django.contrib import admin
2 from .models import USRPConfiguration
2
3
3 # Register your models here.
4 # Register your models here.
5
6 admin.site.register(USRPConfiguration) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now