dynamicweb/opennebula_api/apps.py
Modulos df777f384d Initial commit
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.
2017-05-09 16:33:56 +02:00

6 lines
102 B
Python

from django.apps import AppConfig
class OpennebulaApiConfig(AppConfig):
name = 'opennebula_api'