django.conf.settings.MAINFRAME - python examples

Here are the examples of the python api django.conf.settings.MAINFRAME taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Complete Implementation : mainframe.py
Copyright GNU Lesser General Public License v3.0
Author : indietyp
  def __init__(self, target=None):
    self.current = namedtuple('Mainframe', ['id', 'salt', 'mainframe'])

    self.target = target if target else settings.MAINFRAME