Ejemplo n.º 1
0
def firstdata():
    """ Used when deploying a new http://1flow.io/ production environment.
        On other environments (eg. development, other domains), the
        `oneflow.landing` app is not installed, and calling this task will
        fail.
    """

    sdf.putdata('./oneflow/landing/fixtures/landing_2013-05-14_final-before-beta-opening.json') # NOQA
    minimal_content()
Ejemplo n.º 2
0
def firstdata():
    """ Used when deploying a new http://1flow.io/ production environment.

    On other environments (eg. development, other domains), the
    `oneflow.landing` app is not installed, and calling this task will
    fail.
    """

    sdf.putdata('./oneflow/landing/fixtures/landing_2013-05-14_final-before-beta-opening.json')  # NOQA
    minimal_content()
Ejemplo n.º 3
0
def minimal_content():
    sdf.putdata('./oneflow/base/fixtures/base_2013-05-14_final-before-beta-opening.json') # NOQA
Ejemplo n.º 4
0
def minimal_content():
    """ Load minimal content in the database. """

    sdf.putdata('./oneflow/base/fixtures/base_2013-05-14_final-before-beta-opening.json')  # NOQA