amal
b7aa1c6971
- Implement a complete cycle for buying a Matrix Chat Host - Refactor the Payement cycle and stripe related methods
4 lines
97 B
Python
4 lines
97 B
Python
from django.contrib import admin
|
|
from .models import VMInstance
|
|
|
|
admin.site.register(VMInstance)
|