Remove migrations from update script (this app has no DB).

This commit is contained in:
Jeremy Orem 2011-05-24 12:09:36 -07:00
Родитель 12215b5f75
Коммит 3f74f99e6f
1 изменённых файлов: 0 добавлений и 1 удалений

1
bin/update_site.py Executable file → Normal file
Просмотреть файл

@ -70,7 +70,6 @@ def update_site(env, debug):
(EXEC, GIT_PULL % vendor_branch),
(EXEC, GIT_SUBMODULE),
(CHDIR, os.path.join(here)),
(EXEC, 'python2.6 vendor/src/schematic/schematic migrations/'),
(EXEC, 'python2.6 manage.py compress_assets'),
]