Conf

This file contains an implementation of the CloudCIX API configurations module

This conf object lazyly loads the CLOUDCIX_SETTINGS_MODULE, and falls back on the DJANGO_SETTINGS_MODULE for Django apps

Example:

from cloudcix.conf import settings
base_url = settings.CLOUDCIX_API_URL

Any variables in the file specified that start with CLOUDCIX_ will be loaded into this module and accessible in a similar way, so it is possible to store more than just the required settings if necessary.