]> git.parisson.com Git - telemeta.git/commitdiff
use vanilla runserver
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 8 Jun 2016 22:04:19 +0000 (00:04 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 8 Jun 2016 22:04:19 +0000 (00:04 +0200)
app/scripts/app.sh

index 6f07073da4287e3260bdf01f769b509c206fecb9..1a116181d1bc4995a1b693138794978ec7a54b73 100644 (file)
@@ -48,7 +48,7 @@ done
 
 # choose dev or prod mode
 if [ "$1" = "--runserver" ]; then
-    python $manage runserver_plus 0.0.0.0:8000
+    python $manage runserver 0.0.0.0:8000
 else
     # static files auto update
     watchmedo shell-command --patterns="$patterns" --recursive \