+++ /dev/null
-GEM
- remote: https://rubygems.org/
- specs:
- chunky_png (1.3.6)
- compass (1.0.3)
- chunky_png (~> 1.2)
- compass-core (~> 1.0.2)
- compass-import-once (~> 1.0.5)
- rb-fsevent (>= 0.9.3)
- rb-inotify (>= 0.9)
- sass (>= 3.3.13, < 3.5)
- compass-core (1.0.3)
- multi_json (~> 1.0)
- sass (>= 3.3.0, < 3.5)
- compass-import-once (1.0.5)
- sass (>= 3.2, < 3.5)
- ffi (1.9.14)
- multi_json (1.12.1)
- rb-fsevent (0.9.7)
- rb-inotify (0.9.7)
- ffi (>= 0.5.0)
- sass (3.4.22)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- compass (<= 1.0.3)
- sass (<= 3.4.22)
-
-RUBY VERSION
- ruby 2.1.2p95
-
-BUNDLED WITH
- 1.12.5
# django setup
python $manage wait-for-db
python $manage migrate --noinput
-python $manage bower_install -- --allow-root
+# python $manage bower_install -- --allow-root
python $manage collectstatic --noinput
python $manage create-admin-user
python $manage runserver 0.0.0.0:8000
else
# static files auto update
- watchmedo shell-command --patterns="$patterns" --recursive \
- --command='python '$manage' collectstatic --noinput' $app &
+ # watchmedo shell-command --patterns="$patterns" --recursive \
+ # --command='python '$manage' collectstatic --noinput' $app &
uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \
--processes $processes --threads $threads \