##// END OF EJS Templates
ABSConfiguration and ABSBeam have been added...
Fiorella Quino -
r164:226609c483af
parent child
Show More
@@ -1,6 +1,7
1 1 from django.contrib import admin
2 from .models import ABSConfiguration
2 from .models import ABSConfiguration, ABSBeam
3 3
4 4 # Register your models here.
5 5
6 6 admin.site.register(ABSConfiguration)
7 admin.site.register(ABSBeam)
General Comments 0
You need to be logged in to leave comments. Login now