uncloud/uncloud/admin.py
amal b7aa1c6971 - Added PricingPlan Model
- Implement a complete cycle for buying a Matrix Chat Host
- Refactor the Payement cycle and stripe related methods
2021-07-19 16:36:10 +02:00

6 lines
130 B
Python

from django.contrib import admin
from .models import *
for m in [ UncloudProvider, UncloudNetwork ]:
admin.site.register(m)