Skip to content

Commit

Permalink
Still working on deploying site
Browse files Browse the repository at this point in the history
  • Loading branch information
Boosh committed Jun 1, 2012
1 parent 8ca40f0 commit 53474f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwlocker/fabfile/__init__.py
Expand Up @@ -54,9 +54,9 @@ def build():
create_virtualenv(env.virtualenv_dir, env.user)
install_pip_dependencies(env.requirements_path)
git_init_submodules(env.project_root)
compile_less_css(env.project_dir)
django_syncdb(env.project_dir)
django_migrate_schema(env.project_dir)
django_load_fixture(env.project_dir, 'fixtures/initial_data.json')
puts(success="Build finished")

@task
Expand Down

0 comments on commit 53474f8

Please sign in to comment.