No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

conf.py 224B

123456789
  1. #-*- coding: utf-8 -*-
  2. import Lodel.settings_format
  3. from Lodel.settings import Settings
  4. Lodel.settings_format.ALLOWED.append('acl_settings')
  5. Settings._refresh_format()
  6. Settings.acl_settings = { 'super': 42, 'foo': None }