зеркало из https://github.com/mozilla/airmozilla.git
Added collectstatic command to update_site.py.
This commit is contained in:
Родитель
e9373f696f
Коммит
0e83d9693a
|
@ -88,6 +88,7 @@ def update_site(env, debug):
|
|||
(EXEC, GIT_SUBMODULE),
|
||||
(CHDIR, os.path.join(here)),
|
||||
(EXEC, 'python2.6 vendor/src/schematic/schematic migrations/'),
|
||||
(EXEC, 'python2.6 manage.py collectstatic --noinput'),
|
||||
(EXEC, 'python2.6 manage.py compress_assets'),
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче