5 lines
102 B
Python
Executable file
5 lines
102 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class OpennebulaApiConfig(AppConfig):
|
|
name = 'opennebula_api'
|