##// END OF EJS Templates
new structure and views.py (pedestal) update
new structure and views.py (pedestal) update

File last commit:

r366:bdf15dfd5ebe
r366:bdf15dfd5ebe
Show More
admin.py
5 lines | 150 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import GeneratorConfiguration
# Register your models here.
admin.site.register(GeneratorConfiguration)