Skip to content

Commit

Permalink
handlers update
Browse files Browse the repository at this point in the history
  • Loading branch information
fdavis committed Jun 23, 2013
1 parent ac84853 commit 7454372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/django/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
service: name=uwsgi state=restarted enabled=yes

- name: django syncdb
command: chdir=/opt/mysite/mysite python manage.py syncdb
command: chdir=/opt/mysite/mysite python manage.py syncdb --noinput

0 comments on commit 7454372

Please sign in to comment.