Skip to content
Snippets Groups Projects
Commit 82a316d2 authored by Tomáš Čejka's avatar Tomáš Čejka
Browse files

install: improved collecting static files

parent 71702ec3
No related branches found
No related tags found
No related merge requests found
...@@ -95,8 +95,8 @@ else ...@@ -95,8 +95,8 @@ else
touch flowspy/settings_local.py touch flowspy/settings_local.py
#./manage.py syncdb --noinput #./manage.py syncdb --noinput
mkdir -p static mkdir -p /srv/flowspy/static/
echo yes | ./manage.py collectstatic ./manage.py collectstatic --noinput
./manage.py migrate ./manage.py migrate
./manage.py loaddata initial_data ./manage.py loaddata initial_data
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment