from django.contrib import admin from coin.vpn.models import VPNSubscription admin.site.register(VPNSubscription,)