Commit d029d3d440ecf45f643b72b62a2a7d8e1dddb23b

Authored by Luan
1 parent a9356b41

Adding load_badges to fab deploy

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
fabfile.py
... ... @@ -81,6 +81,7 @@ def deploy(update=False):
81 81 if update:
82 82 update_requirements()
83 83  
  84 + load_badges()
84 85 with cd('~/colab/src/'), prefix(WORKON_COLAB):
85 86 run('python manage.py syncdb')
86 87 run('python manage.py migrate')
... ...