from django.contrib import admin
from .models import DDSConfiguration

# Register your models here.

admin.site.register(DDSConfiguration)
