From: Guillaume Pellerin Date: Thu, 24 Sep 2015 12:37:17 +0000 (+0200) Subject: fix auto collecstatic, nav style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9acb6cf49368d0beb6e09ab2e8bbc5af258052fd;p=diggersdigest.git fix auto collecstatic, nav style --- diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 76303bd..1606dfb 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -17,7 +17,7 @@ python $manage collectstatic --noinput # static files auto update watchmedo shell-command --patterns="*.js;*.css" --recursive \ - --command='python '$manage' collectstatic --noinput' $static & + --command='python '$manage' collectstatic --noinput' $sandbox & # app start uwsgi --socket :8000 --wsgi-file $wsgi --chdir $sandbox --master --processes 4 --threads 2 --py-autoreload 3 diff --git a/app/records/static/css/dig2.css b/app/records/static/css/dig2.css index c59f60e..a649de9 100644 --- a/app/records/static/css/dig2.css +++ b/app/records/static/css/dig2.css @@ -46,7 +46,7 @@ hr { } .navbar-collapse { - margin-top: 50px; + margin-top: 60px; } #logo {