##// END OF EJS Templates
Add new logo
Add new logo

File last commit:

r6:88585742ef2d
r322:84aacd834a37
Show More
admin.py
6 lines | 139 B | text/x-python | PythonLexer
from django.contrib import admin
from .models import CGSConfiguration
# Register your models here.
admin.site.register(CGSConfiguration)