from ovpnmanager.ovpnconsole.models import OVPNSite from django.contrib import admin admin.site.register(OVPNSite)