Commit 639509373a12672ca411df9c3a4ccee6f65736ea
1 parent
af0ce46b
Exists in
master
and in
39 other branches
Fixing format fixture file on fab
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
fabfile.py
| ... | ... | @@ -93,7 +93,7 @@ def load_badges(): |
| 93 | 93 | with cd('~/colab/src/'), prefix(WORKON_COLAB): |
| 94 | 94 | run('mkdir -p ~/colab/www/static/media/badges') |
| 95 | 95 | run('cp ~/colab/badges/* ~/colab/www/static/media/badges/') |
| 96 | - run('python manage.py loaddata badger/fixtures/badges.py') | |
| 96 | + run('python manage.py loaddata badger/fixtures/badges.json') | |
| 97 | 97 | |
| 98 | 98 | |
| 99 | 99 | def rebuild_index(age=None, batch=None): | ... | ... |