]> git.parisson.com Git - diggersdigest.git/commitdiff
fix auto collecstatic, nav style
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 24 Sep 2015 12:37:17 +0000 (14:37 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 24 Sep 2015 12:37:17 +0000 (14:37 +0200)
app/deploy/start_app.sh
app/records/static/css/dig2.css

index 76303bdf482e56d1322fe5bb08272d3049b99a27..1606dfb90b0a9c9d250e96d9e58aa82851093104 100644 (file)
@@ -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
index c59f60e8bccc996a1d4b341f2524db31583ab1af..a649de9d69c91de8c64ecddf914dbd2eb638937c 100644 (file)
@@ -46,7 +46,7 @@ hr {
 }
 
 .navbar-collapse {
-    margin-top:  50px;
+    margin-top:  60px;
 }
 
 #logo {