initial version of osb
This commit is contained in:
parent
7143234e22
commit
022f0ad60f
14 changed files with 281 additions and 22 deletions
6
hub/servicebroker/apps.py
Normal file
6
hub/servicebroker/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ServicebrokerConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "servicebroker"
|
Loading…
Add table
Add a link
Reference in a new issue