df777f384d
Please Note: This app is going to be developed in a TDD style. Please add test first and then the corresponding code. This way we can be sure everything works and it should help us coordinate our work.
5 lines
102 B
Python
5 lines
102 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OpennebulaApiConfig(AppConfig):
|
|
name = 'opennebula_api'
|