This commit is contained in:
Bernhard Posselt 2016-06-26 14:22:12 +02:00
Родитель 6cc7eb41f6
Коммит f49db25ed4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -254,6 +254,7 @@ Then adjust the database schema (if changed) by running the migrations::
and install any dependencies (if changed)::
pip install --upgrade -r requirements/base.txt
pip install --upgrade -r requirements/production.txt
Finally run the **collectstatic** command to copy updated assets into the web server's folder::