from django.contrib import admin
from .models import CGSConfiguration

# Register your models here.

admin.site.register(CGSConfiguration)
