Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request poise#5 from ampledata/feature/COOK-1422_syncdb_mi…
Browse files Browse the repository at this point in the history
…grate

COOK-1422 Removing migrate arg from syncdb.
  • Loading branch information
Joshua Timberman committed Jul 24, 2012
2 parents e42a920 + 1d9a5dd commit 94c09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/django.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

include_recipe 'python'

new_resource.migration_command "#{::File.join(new_resource.virtualenv, "bin", "python")} manage.py syncdb --migrate --noinput" if !new_resource.migration_command
new_resource.migration_command "#{::File.join(new_resource.virtualenv, "bin", "python")} manage.py syncdb --noinput" if !new_resource.migration_command

new_resource.symlink_before_migrate.update({
new_resource.local_settings_base => new_resource.local_settings_file,
Expand Down

0 comments on commit 94c09c6

Please sign in to comment.