Add opennebula_api app
This commit is contained in:
parent
d20b9137bc
commit
e1fd0d52b3
10 changed files with 1103 additions and 0 deletions
5
opennebula_api/apps.py
Executable file
5
opennebula_api/apps.py
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class OpennebulaApiConfig(AppConfig):
|
||||
name = 'opennebula_api'
|
||||
Loading…
Add table
Add a link
Reference in a new issue