conf.py 119 Bytes Edit Raw Blame History 1 2 3 4 5 6 from django.conf import settings def get_plugin_config(app_label): return settings.COLAB_APPS.get('gitlab', {})