forked from uncloud/uncloud
amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
6 lines
130 B
Python
6 lines
130 B
Python
from django.contrib import admin
|
|
|
|
from .models import *
|
|
|
|
for m in [ UncloudProvider, UncloudNetwork ]:
|
|
admin.site.register(m)
|