Example #1
0
def reset_db():
    """Recreates the development db"""
    project.execute_manage('reset_db', '--noinput')
Example #2
0
def reset_db():
    """Recreates the development db"""
    project.execute_manage('reset_db', '--noinput')
Example #3
0
def test_venv():
    """Runs all tests on venv"""
    with safe_cd('demo'):
        project.execute_manage('test', 'andablog')
        project.execute_manage('test')
Example #4
0
def test_venv():
    """Runs all tests on venv"""
    with safe_cd('demo'):
        project.execute_manage('test', 'andablog')
        project.execute_manage('test')