예제 #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()
예제 #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()
예제 #3
0
def minimal_content():
    sdf.putdata('./oneflow/base/fixtures/base_2013-05-14_final-before-beta-opening.json') # NOQA
예제 #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