from django.contrib import admin
from .models import BdsProfile

admin.site.register(BdsProfile)