Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ docker-compose up
- Creating volume "oclweb_db_web_data" with default driver
- Pulling db_web (postgres:9.6.4)...
- 9.6.4: Pulling from library/postgres
- ad74af05f5a2: Already exists
- 8996b4a29b2b: Already exists
- bea3311ef15b: Already exists
- b1b9eb0ac9c8: Already exists
- 1d6d551d6af0: Already exists
- ba16377760f9: Already exists
- fd68bfa82d98: Pull complete
- f49f2decd34d: Pull complete
- 6b1468749943: Pull complete
- 29d82d6e2d6c: Pull complete
- ad849322ee0c: Pull complete
- c5539863a39f: Pull complete
- 18cc2b50256c: Pull complete
- Digest: sha256:586320aba4a40f7c4ffdb69534f93c844f01c0ff1211c4b9d9f05a8bddca186f
- Status: Downloaded newer image for postgres:9.6.4
- Building web
- Step 1/29 : FROM python:2.7.13
- ---> fa8e55b2235d
- Step 2/29 : ENV PYTHONUNBUFFERED 1
- ---> Using cache
- ---> 197bda56a88e
- Step 3/29 : RUN mkdir /code
- ---> Using cache
- ---> 9ddbed8e5eb9
- Step 4/29 : ADD . /code/
- ---> 12caa094379f
- Removing intermediate container 1c19980c5f20
- Step 5/29 : WORKDIR /code
- ---> 515bb4d2abff
- Removing intermediate container 99b170ab4eff
- Step 6/29 : RUN pip install -r requirements.txt
- ---> Running in 5733a017e7a8
- Collecting django==1.6.2 (from -r requirements/base.txt (line 2))
- Downloading Django-1.6.2-py2.py3-none-any.whl (6.7MB)
- Collecting django-configurations==0.8 (from -r requirements/base.txt (line 5))
- Downloading django_configurations-0.8-py2.py3-none-any.whl
- Collecting django-secure==1.0 (from -r requirements/base.txt (line 6))
- Downloading django-secure-1.0.tar.gz
- Collecting django-cache-url==0.8.0 (from -r requirements/base.txt (line 7))
- Downloading django_cache_url-0.8.0-py2.py3-none-any.whl
- Collecting dj-database-url==0.2.2 (from -r requirements/base.txt (line 8))
- Downloading dj-database-url-0.2.2.tar.gz
- Collecting django-braces==1.3.1 (from -r requirements/base.txt (line 11))
- Downloading django_braces-1.3.1-py2.py3-none-any.whl
- Collecting django-crispy-forms==1.4.0 (from -r requirements/base.txt (line 12))
- Downloading django-crispy-forms-1.4.0.tar.gz (47kB)
- Collecting django-bootstrap3==4.11.0 (from -r requirements/base.txt (line 13))
- Downloading django-bootstrap3-4.11.0.tar.gz
- Collecting South==0.8.4 (from -r requirements/base.txt (line 16))
- Downloading South-0.8.4-py2.py3-none-any.whl (135kB)
- Collecting django-model-utils==2.0.2 (from -r requirements/base.txt (line 17))
- Downloading django-model-utils-2.0.2.tar.gz
- Collecting Pillow==2.3.0 (from -r requirements/base.txt (line 20))
- Downloading Pillow-2.3.0.zip (2.4MB)
- Collecting django-allauth==0.15.0 (from -r requirements/base.txt (line 24))
- Downloading django-allauth-0.15.0.tar.gz (242kB)
- Collecting unicode-slugify==0.1.1 (from -r requirements/base.txt (line 27))
- Downloading unicode-slugify-0.1.1.tar.gz
- Collecting django-autoslug==1.7.2 (from -r requirements/base.txt (line 28))
- Downloading django-autoslug-1.7.2.tar.gz
- Collecting django-avatar==2.0 (from -r requirements/base.txt (line 31))
- Downloading django-avatar-2.0.tar.gz (1.6MB)
- Collecting Fabric==1.9.0 (from -r requirements/base.txt (line 32))
- Downloading Fabric-1.9.0-py2-none-any.whl (92kB)
- Collecting simplejson==3.4.0 (from -r requirements/base.txt (line 35))
- Downloading simplejson-3.4.0.tar.gz (68kB)
- Collecting python-dateutil==2.2 (from -r requirements/base.txt (line 36))
- Downloading python-dateutil-2.2.tar.gz (259kB)
- Collecting sqlparse==0.1.19 (from -r requirements/base.txt (line 38))
- Downloading sqlparse-0.1.19.tar.gz (58kB)
- Collecting newrelic (from -r requirements/base.txt (line 39))
- Downloading newrelic-2.90.0.75.tar.gz (728kB)
- Collecting psycopg2==2.5.2 (from -r requirements/production.txt (line 5))
- Downloading psycopg2-2.5.2.tar.gz (685kB)
- Collecting gunicorn==18.0 (from -r requirements/production.txt (line 6))
- Downloading gunicorn-18.0.tar.gz (366kB)
- Collecting django-storages==1.1.8 (from -r requirements/production.txt (line 7))
- Downloading django-storages-1.1.8.tar.gz
- Collecting Collectfast==0.1.13 (from -r requirements/production.txt (line 8))
- Downloading Collectfast-0.1.13.tar.gz
- Collecting gevent==1.1.2 (from -r requirements/production.txt (line 9))
- Downloading gevent-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl (1.3MB)
- Collecting boto==2.23.0 (from -r requirements/production.txt (line 10))
- Downloading boto-2.23.0-py2.py3-none-any.whl (1.1MB)
- Collecting django-debug-toolbar==1.0.1 (from -r requirements/production.txt (line 13))
- Downloading django_debug_toolbar-1.0.1-py2.py3-none-any.whl (226kB)
- Collecting django-extensions==1.3.3 (from -r requirements/production.txt (line 14))
- Downloading django-extensions-1.3.3.tar.gz (169kB)
- Collecting six (from django-braces==1.3.1->-r requirements/base.txt (line 11))
- Downloading six-1.10.0-py2.py3-none-any.whl
- Collecting python-openid>=2.2.5 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading python-openid-2.2.5.tar.gz (301kB)
- Collecting requests-oauthlib>=0.3.0 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading requests_oauthlib-0.8.0-py2.py3-none-any.whl
- Collecting requests>=1.0.3 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading requests-2.18.4-py2.py3-none-any.whl (88kB)
- Collecting django-appconf>=0.6 (from django-avatar==2.0->-r requirements/base.txt (line 31))
- Downloading django_appconf-1.0.2-py2.py3-none-any.whl
- Collecting paramiko>=1.10 (from Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading paramiko-2.2.1-py2.py3-none-any.whl (176kB)
- Collecting pytz>=2013b (from Collectfast==0.1.13->-r requirements/production.txt (line 8))
- Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
- Collecting greenlet>=0.4.9 (from gevent==1.1.2->-r requirements/production.txt (line 9))
- Downloading greenlet-0.4.12-cp27-cp27mu-manylinux1_x86_64.whl (41kB)
- Collecting oauthlib>=0.6.2 (from requests-oauthlib>=0.3.0->django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading oauthlib-2.0.2.tar.gz (125kB)
- Collecting idna<2.7,>=2.5 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading idna-2.6-py2.py3-none-any.whl (56kB)
- Collecting urllib3<1.23,>=1.21.1 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
- Collecting certifi>=2017.4.17 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading certifi-2017.7.27.1-py2.py3-none-any.whl (349kB)
- Collecting chardet<3.1.0,>=3.0.2 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
- Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
- Collecting pynacl>=1.0.1 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading PyNaCl-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl (539kB)
- Collecting pyasn1>=0.1.7 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading pyasn1-0.3.2-py2.py3-none-any.whl (63kB)
- Collecting cryptography>=1.1 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading cryptography-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl (2.2MB)
- Collecting bcrypt>=3.1.3 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading bcrypt-3.1.3-cp27-cp27mu-manylinux1_x86_64.whl (57kB)
- Collecting cffi>=1.4.1 (from pynacl>=1.0.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
- Collecting enum34 (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading enum34-1.1.6-py2-none-any.whl
- Collecting ipaddress (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading ipaddress-1.0.18-py2-none-any.whl
- Collecting asn1crypto>=0.21.0 (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
- Collecting pycparser (from cffi>=1.4.1->pynacl>=1.0.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
- Downloading pycparser-2.18.tar.gz (245kB)
- Building wheels for collected packages: django-secure, dj-database-url, django-crispy-forms, django-bootstrap3, django-model-utils, Pillow, django-allauth, unicode-slugify, django-autoslug, django-avatar, simplejson, python-dateutil, sqlparse, newrelic, psycopg2, gunicorn, django-storages, Collectfast, django-extensions, python-openid, oauthlib, pycparser
- Running setup.py bdist_wheel for django-secure: started
- Running setup.py bdist_wheel for django-secure: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/08/29/21/f3e0ab448bbf22183fd42446dbe0b4575577a2928a8cced201
- Running setup.py bdist_wheel for dj-database-url: started
- Running setup.py bdist_wheel for dj-database-url: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/9e/52/38/7fe49c082ac63583938831ef4b68e3f9646e73dac87c3480ae
- Running setup.py bdist_wheel for django-crispy-forms: started
- Running setup.py bdist_wheel for django-crispy-forms: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/8d/7d/ee/8e00580433a499fd133431230273b5e8639a8289e1d607f6bd
- Running setup.py bdist_wheel for django-bootstrap3: started
- Running setup.py bdist_wheel for django-bootstrap3: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/02/72/42/61e7ca635836d5788437c2e8e68961e8811c94757efcf15e73
- Running setup.py bdist_wheel for django-model-utils: started
- Running setup.py bdist_wheel for django-model-utils: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/a4/56/40/b9853516a7060caf9fa58d4372e4ef0b9d28736c09f83882c8
- Running setup.py bdist_wheel for Pillow: started
- Running setup.py bdist_wheel for Pillow: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/b7/fb/c9/aba97e15f4cb7692f2e278aefa4a01d6310f8d2985c023d64a
- Running setup.py bdist_wheel for django-allauth: started
- Running setup.py bdist_wheel for django-allauth: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/ac/d9/14/bdeab26878a7d700a6cbd0f16200fb620ca0ce289718992bd0
- Running setup.py bdist_wheel for unicode-slugify: started
- Running setup.py bdist_wheel for unicode-slugify: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/09/e4/90/45e490c083fb041063f1b76d8b2daaffdffce3f6dc9a6fe018
- Running setup.py bdist_wheel for django-autoslug: started
- Running setup.py bdist_wheel for django-autoslug: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/cb/e9/d3/67471ddae944db4c9c4b5046c5b8cd672c0c044ebc780379b3
- Running setup.py bdist_wheel for django-avatar: started
- Running setup.py bdist_wheel for django-avatar: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/b8/83/ff/c70d26f11e7fdc9aecbeafdc7ad828a5e06e75c4fcf797d262
- Running setup.py bdist_wheel for simplejson: started
- Running setup.py bdist_wheel for simplejson: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/67/d0/3d/7f6764bcd710c5622392a594a6fea3cc4d349846b92aee2a6d
- Running setup.py bdist_wheel for python-dateutil: started
- Running setup.py bdist_wheel for python-dateutil: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/1f/0e/b1/c2af9598a2c3d7bf50ba78eb60ac2032de17b885d7b79fdede
- Running setup.py bdist_wheel for sqlparse: started
- Running setup.py bdist_wheel for sqlparse: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/ef/22/36/1c3c229ebf514a0b534424314151526f782c20c378897bc141
- Running setup.py bdist_wheel for newrelic: started
- Running setup.py bdist_wheel for newrelic: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/8f/94/98/f704f39fc80dae5df7290f3c9635344e7487841bbca6288aed
- Running setup.py bdist_wheel for psycopg2: started
- Running setup.py bdist_wheel for psycopg2: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/91/a8/52/336ce05dd15e86b2c5debe08b1e6caf076bd208ba5085cafd0
- Running setup.py bdist_wheel for gunicorn: started
- Running setup.py bdist_wheel for gunicorn: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/64/07/89/e2dce813bea23a0ee108703f045bfd434597d3ed52671760a7
- Running setup.py bdist_wheel for django-storages: started
- Running setup.py bdist_wheel for django-storages: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/ae/a2/ad/0226bd2e6780ccb1ad89637afc8b093ec3a4e843cb4d5dccf2
- Running setup.py bdist_wheel for Collectfast: started
- Running setup.py bdist_wheel for Collectfast: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/3b/90/e0/6998914889067f197720884db92134d5a4afbfb1e7d3198d6c
- Running setup.py bdist_wheel for django-extensions: started
- Running setup.py bdist_wheel for django-extensions: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/41/19/ce/2e8d92f8c71d1bb7dc00962e51de1b2d34251d05cce1cbb6e0
- Running setup.py bdist_wheel for python-openid: started
- Running setup.py bdist_wheel for python-openid: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/0a/da/67/e9e68f4b5e03732dc17a545b4ce3ce84b4a9bef67253d4ff72
- Running setup.py bdist_wheel for oauthlib: started
- Running setup.py bdist_wheel for oauthlib: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/84/98/7a/fba7268f61097bea6081cbe5480bc439b38975748ea7684fd5
- Running setup.py bdist_wheel for pycparser: started
- Running setup.py bdist_wheel for pycparser: finished with status 'done'
- Stored in directory: /root/.cache/pip/wheels/95/14/9a/5e7b9024459d2a6600aaa64e0ba485325aff7a9ac7489db1b6
- Successfully built django-secure dj-database-url django-crispy-forms django-bootstrap3 django-model-utils Pillow django-allauth unicode-slugify django-autoslug django-avatar simplejson python-dateutil sqlparse newrelic psycopg2 gunicorn django-storages Collectfast django-extensions python-openid oauthlib pycparser
- Installing collected packages: django, django-configurations, django-secure, django-cache-url, dj-database-url, six, django-braces, django-crispy-forms, django-bootstrap3, South, django-model-utils, Pillow, python-openid, oauthlib, idna, urllib3, certifi, chardet, requests, requests-oauthlib, django-allauth, unicode-slugify, django-autoslug, django-appconf, django-avatar, pycparser, cffi, pynacl, pyasn1, enum34, ipaddress, asn1crypto, cryptography, bcrypt, paramiko, Fabric, simplejson, python-dateutil, sqlparse, newrelic, psycopg2, gunicorn, django-storages, pytz, Collectfast, greenlet, gevent, boto, django-debug-toolbar, django-extensions
- Successfully installed Collectfast-0.1.13 Fabric-1.9.0 Pillow-2.3.0 South-0.8.4 asn1crypto-0.22.0 bcrypt-3.1.3 boto-2.23.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 cryptography-2.0.3 dj-database-url-0.2.2 django-1.6.2 django-allauth-0.15.0 django-appconf-1.0.2 django-autoslug-1.7.2 django-avatar-2.0 django-bootstrap3-4.11.0 django-braces-1.3.1 django-cache-url-0.8.0 django-configurations-0.8 django-crispy-forms-1.4.0 django-debug-toolbar-1.0.1 django-extensions-1.3.3 django-model-utils-2.0.2 django-secure-1.0 django-storages-1.1.8 enum34-1.1.6 gevent-1.1.2 greenlet-0.4.12 gunicorn-18.0 idna-2.6 ipaddress-1.0.18 newrelic-2.90.0.75 oauthlib-2.0.2 paramiko-2.2.1 psycopg2-2.5.2 pyasn1-0.3.2 pycparser-2.18 pynacl-1.1.2 python-dateutil-2.2 python-openid-2.2.5 pytz-2017.2 requests-2.18.4 requests-oauthlib-0.8.0 simplejson-3.4.0 six-1.10.0 sqlparse-0.1.19 unicode-slugify-0.1.1 urllib3-1.22
- ---> 208cb3397449
- Removing intermediate container 5733a017e7a8
- Step 7/29 : RUN apt-get update
- ---> Running in 7cb55987b315
- Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
- Ign http://deb.debian.org jessie InRelease
- Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
- Get:3 http://deb.debian.org jessie Release.gpg [2373 B]
- Get:4 http://deb.debian.org jessie Release [148 kB]
- Get:5 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
- Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
- Get:7 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
- Fetched 9998 kB in 4s (2196 kB/s)
- Reading package lists...
- ---> 5d54bd20afc7
- Removing intermediate container 7cb55987b315
- Step 8/29 : RUN apt-get install curl
- ---> Running in 6dc31132669b
- Reading package lists...
- Building dependency tree...
- Reading state information...
- curl is already the newest version.
- 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
- ---> 315fd5e35df3
- Removing intermediate container 6dc31132669b
- Step 9/29 : RUN curl -sL https://deb.nodesource.com/setup_4.x | bash
- ---> Running in b1e64bd272d9
- ## Installing the NodeSource Node.js v4.x LTS Argon repo...
- ## Populating apt-get cache...
- + apt-get update
- Hit http://security.debian.org jessie/updates InRelease
- Ign http://deb.debian.org jessie InRelease
- Get:1 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
- Hit http://deb.debian.org jessie-updates InRelease
- Hit http://deb.debian.org jessie Release.gpg
- Hit http://deb.debian.org jessie Release
- Get:2 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
- Get:3 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
- Fetched 9639 kB in 4s (2333 kB/s)
- Reading package lists...
- ## Installing packages required for setup: apt-transport-https lsb-release...
- + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
- ## Confirming "jessie" is supported...
- + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_4.x/dists/jessie/Release'
- ## Adding the NodeSource signing key to your keyring...
- + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
- OK
- ## Creating apt sources list file for the NodeSource Node.js v4.x LTS Argon repo...
- + echo 'deb https://deb.nodesource.com/node_4.x jessie main' > /etc/apt/sources.list.d/nodesource.list
- + echo 'deb-src https://deb.nodesource.com/node_4.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
- ## Running `apt-get update` for you...
- + apt-get update
- Hit http://security.debian.org jessie/updates InRelease
- Get:1 https://deb.nodesource.com jessie InRelease [4634 B]
- Ign http://deb.debian.org jessie InRelease
- Get:2 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
- Hit http://deb.debian.org jessie-updates InRelease
- Get:3 https://deb.nodesource.com jessie/main Sources [762 B]
- Hit http://deb.debian.org jessie Release.gpg
- Get:4 https://deb.nodesource.com jessie/main amd64 Packages [966 B]
- Hit http://deb.debian.org jessie Release
- Get:5 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
- Get:6 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
- Fetched 9646 kB in 4s (2049 kB/s)
- Reading package lists...
- ## Run `apt-get install nodejs` (as root) to install Node.js v4.x LTS Argon and npm
- ---> 188fcb27c21d
- Removing intermediate container b1e64bd272d9
- Step 10/29 : RUN apt-get -y install nodejs
- ---> Running in 2e6582beb6ce
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- rlwrap
- The following NEW packages will be installed:
- nodejs rlwrap
- 0 upgraded, 2 newly installed, 0 to remove and 13 not upgraded.
- Need to get 8919 kB of archives.
- After this operation, 42.5 MB of additional disk space will be used.
- Get:1 https://deb.nodesource.com/node_4.x/ jessie/main nodejs amd64 4.8.4-2nodesource1~jessie1 [8843 kB]
- Get:2 http://deb.debian.org/debian/ jessie/main rlwrap amd64 0.41-1 [75.7 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 8919 kB in 0s (9365 kB/s)
- Selecting previously unselected package rlwrap.
- (Reading database ... 21621 files and directories currently installed.)
- Preparing to unpack .../rlwrap_0.41-1_amd64.deb ...
- Unpacking rlwrap (0.41-1) ...
- Selecting previously unselected package nodejs.
- Preparing to unpack .../nodejs_4.8.4-2nodesource1~jessie1_amd64.deb ...
- Unpacking nodejs (4.8.4-2nodesource1~jessie1) ...
- Setting up rlwrap (0.41-1) ...
- update-alternatives: using /usr/bin/rlwrap to provide /usr/bin/readline-editor (readline-editor) in auto mode
- Setting up nodejs (4.8.4-2nodesource1~jessie1) ...
- ---> 9b76922778ac
- Removing intermediate container 2e6582beb6ce
- Step 11/29 : RUN npm install
- ---> Running in 4141d100ec9d
- npm WARN package.json [email protected] No repository field.
- npm WARN package.json [email protected] No license field.
- npm WARN deprecated [email protected]: Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package references to 'phantomjs-prebuilt'
- npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
- npm WARN deprecated [email protected]: Use uuid module instead
- npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
- npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
- npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
- npm WARN engine [email protected]: wanted: {"node":">=4","npm":">=3"} (current: {"node":"4.8.4","npm":"2.15.11"})
- > [email protected] install /code/node_modules/phantomjs
- > node install.js
- PhantomJS not found on PATH
- Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1//phantomjs-2.1.1-linux-x86_64.tar.bz2
- Saving to /code/node_modules/phantomjs/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
- Receiving...
- Received 22866K total.
- Extracting tar contents (via spawned process)
- Removing /code/node_modules/phantomjs/lib/phantom
- Copying extracted folder /code/node_modules/phantomjs/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1503496797090/phantomjs-2.1.1-linux-x86_64 -> /code/node_modules/phantomjs/lib/phantom
- Writing location.js file
- Done. Phantomjs binary available at /code/node_modules/phantomjs/lib/phantom/bin/phantomjs
- [email protected] node_modules/connect-livereload
- [email protected] node_modules/grunt-bg-shell
- [email protected] node_modules/chance
- [email protected] node_modules/grunt-contrib-compass
- [email protected] node_modules/time-grunt
- [email protected] node_modules/jasmine-spec-reporter
- [email protected] node_modules/load-grunt-tasks
- [email protected] node_modules/grunt
- [email protected] node_modules/grunt-contrib-watch
- [email protected] node_modules/protractor
- ├── @types/[email protected]
- ├── @types/[email protected]
- ├── @types/[email protected]
- ├── @types/[email protected]
- [email protected] node_modules/phantomjs
- └── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected])
- ---> 4ee8ae3af8d7
- Removing intermediate container 4141d100ec9d
- Step 12/29 : RUN npm install -g grunt-cli
- ---> Running in e50ad72efbd7
- /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
- [email protected] /usr/lib/node_modules/grunt-cli
- ---> 27c5126cc18e
- Removing intermediate container e50ad72efbd7
- Step 13/29 : EXPOSE 7000
- ---> Running in d2440cff6eac
- ---> 9a5a59c0f521
- Removing intermediate container d2440cff6eac
- Step 14/29 : RUN apt-get update --fix-missing
- ---> Running in f4a89faa899b
- Hit http://security.debian.org jessie/updates InRelease
- Hit https://deb.nodesource.com jessie InRelease
- Ign http://deb.debian.org jessie InRelease
- Get:1 http://security.debian.org jessie/updates/main amd64 Packages [558 kB]
- Hit http://deb.debian.org jessie-updates InRelease
- Hit http://deb.debian.org jessie Release.gpg
- Hit http://deb.debian.org jessie Release
- Get:2 https://deb.nodesource.com jessie/main Sources [762 B]
- Get:3 https://deb.nodesource.com jessie/main amd64 Packages [966 B]
- Get:4 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
- Get:5 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
- Fetched 9641 kB in 4s (2065 kB/s)
- Reading package lists...
- ---> 171f89a0c913
- Removing intermediate container f4a89faa899b
- Step 15/29 : RUN apt-get install -y openssh-server
- ---> Running in a67df4da2cdc
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following extra packages will be installed:
- init-system-helpers libwrap0 libxmuu1 ncurses-term openssh-sftp-server tcpd
- xauth
- Suggested packages:
- ssh-askpass rssh molly-guard ufw monkeysphere
- The following NEW packages will be installed:
- init-system-helpers libwrap0 libxmuu1 ncurses-term openssh-server
- openssh-sftp-server tcpd xauth
- 0 upgraded, 8 newly installed, 0 to remove and 13 not upgraded.
- Need to get 979 kB of archives.
- After this operation, 3626 kB of additional disk space will be used.
- Get:1 http://deb.debian.org/debian/ jessie/main libwrap0 amd64 7.6.q-25 [58.5 kB]
- Get:2 http://deb.debian.org/debian/ jessie/main libxmuu1 amd64 2:1.1.2-1 [23.3 kB]
- Get:3 http://deb.debian.org/debian/ jessie/main init-system-helpers all 1.22 [14.0 kB]
- Get:4 http://deb.debian.org/debian/ jessie/main ncurses-term all 5.9+20140913-1 [453 kB]
- Get:5 http://deb.debian.org/debian/ jessie/main openssh-sftp-server amd64 1:6.7p1-5+deb8u3 [38.0 kB]
- Get:6 http://deb.debian.org/debian/ jessie/main openssh-server amd64 1:6.7p1-5+deb8u3 [331 kB]
- Get:7 http://deb.debian.org/debian/ jessie/main tcpd amd64 7.6.q-25 [22.9 kB]
- Get:8 http://deb.debian.org/debian/ jessie/main xauth amd64 1:1.0.9-1 [38.2 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 979 kB in 0s (1049 kB/s)
- Selecting previously unselected package libwrap0:amd64.
- (Reading database ... 24981 files and directories currently installed.)
- Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
- Unpacking libwrap0:amd64 (7.6.q-25) ...
- Selecting previously unselected package libxmuu1:amd64.
- Preparing to unpack .../libxmuu1_2%3a1.1.2-1_amd64.deb ...
- Unpacking libxmuu1:amd64 (2:1.1.2-1) ...
- Selecting previously unselected package init-system-helpers.
- Preparing to unpack .../init-system-helpers_1.22_all.deb ...
- Unpacking init-system-helpers (1.22) ...
- Selecting previously unselected package ncurses-term.
- Preparing to unpack .../ncurses-term_5.9+20140913-1_all.deb ...
- Unpacking ncurses-term (5.9+20140913-1) ...
- Selecting previously unselected package openssh-sftp-server.
- Preparing to unpack .../openssh-sftp-server_1%3a6.7p1-5+deb8u3_amd64.deb ...
- Unpacking openssh-sftp-server (1:6.7p1-5+deb8u3) ...
- Selecting previously unselected package openssh-server.
- Preparing to unpack .../openssh-server_1%3a6.7p1-5+deb8u3_amd64.deb ...
- Unpacking openssh-server (1:6.7p1-5+deb8u3) ...
- Selecting previously unselected package tcpd.
- Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ...
- Unpacking tcpd (7.6.q-25) ...
- Selecting previously unselected package xauth.
- Preparing to unpack .../xauth_1%3a1.0.9-1_amd64.deb ...
- Unpacking xauth (1:1.0.9-1) ...
- Processing triggers for systemd (215-17+deb8u7) ...
- Setting up libwrap0:amd64 (7.6.q-25) ...
- Setting up libxmuu1:amd64 (2:1.1.2-1) ...
- Setting up init-system-helpers (1.22) ...
- Setting up ncurses-term (5.9+20140913-1) ...
- Setting up openssh-sftp-server (1:6.7p1-5+deb8u3) ...
- Setting up openssh-server (1:6.7p1-5+deb8u3) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- Creating SSH2 RSA key; this may take some time ...
- 2048 25:18:7c:0a:e0:61:d8:e4:f6:cb:1e:c0:c5:fb:93:19 /etc/ssh/ssh_host_rsa_key.pub (RSA)
- Creating SSH2 DSA key; this may take some time ...
- 1024 f8:5b:02:f4:2b:00:29:7e:16:04:0d:ac:ef:3b:5e:1e /etc/ssh/ssh_host_dsa_key.pub (DSA)
- Creating SSH2 ECDSA key; this may take some time ...
- 256 f9:d8:3d:61:46:aa:bb:23:be:c9:11:d9:6a:f3:72:a4 /etc/ssh/ssh_host_ecdsa_key.pub (ECDSA)
- Creating SSH2 ED25519 key; this may take some time ...
- 256 cb:6d:ac:88:05:af:ca:9b:7e:21:15:0f:9e:c2:98:b7 /etc/ssh/ssh_host_ed25519_key.pub (ED25519)
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up tcpd (7.6.q-25) ...
- Setting up xauth (1:1.0.9-1) ...
- Processing triggers for libc-bin (2.19-18+deb8u10) ...
- Processing triggers for systemd (215-17+deb8u7) ...
- ---> 175c83243be9
- Removing intermediate container a67df4da2cdc
- Step 16/29 : RUN apt-get install -y sudo
- ---> Running in 11906588e1af
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following NEW packages will be installed:
- sudo
- 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
- Need to get 854 kB of archives.
- After this operation, 2391 kB of additional disk space will be used.
- Get:1 http://deb.debian.org/debian/ jessie/main sudo amd64 1.8.10p3-1+deb8u4 [854 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 854 kB in 0s (1116 kB/s)
- Selecting previously unselected package sudo.
- (Reading database ... 27737 files and directories currently installed.)
- Preparing to unpack .../sudo_1.8.10p3-1+deb8u4_amd64.deb ...
- Unpacking sudo (1.8.10p3-1+deb8u4) ...
- Processing triggers for systemd (215-17+deb8u7) ...
- Setting up sudo (1.8.10p3-1+deb8u4) ...
- Processing triggers for systemd (215-17+deb8u7) ...
- ---> d3b653bc5ea1
- Removing intermediate container 11906588e1af
- Step 17/29 : RUN mkdir /var/run/sshd
- ---> Running in 523ef359f45c
- ---> 3b83faf27c58
- Removing intermediate container 523ef359f45c
- Step 18/29 : RUN echo 'root:Root123' | chpasswd
- ---> Running in 6acd3f17a6df
- ---> 37405ac82ab2
- Removing intermediate container 6acd3f17a6df
- Step 19/29 : RUN sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config
- ---> Running in 30096fdacde8
- ---> dec466deb126
- Removing intermediate container 30096fdacde8
- Step 20/29 : RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd
- ---> Running in 40931a1cb78e
- ---> 38213c0228d3
- Removing intermediate container 40931a1cb78e
- Step 21/29 : RUN echo "export VISIBLE=now" >> /etc/profile
- ---> Running in d963580bac4b
- ---> b8175393b636
- Removing intermediate container d963580bac4b
- Step 22/29 : RUN echo "KexAlgorithms=diffie-hellman-group1-sha1" >> /etc/ssh/sshd_config
- ---> Running in ff35c32a9bb2
- ---> 45edf3fa5b19
- Removing intermediate container ff35c32a9bb2
- Step 23/29 : RUN echo "PermitUserEnvironment=yes" >> /etc/ssh/sshd_config
- ---> Running in 4c90b8d23f2e
- ---> 80dc7107f3ff
- Removing intermediate container 4c90b8d23f2e
- Step 24/29 : EXPOSE 22
- ---> Running in 052a47053192
- ---> 999bbba178e2
- Removing intermediate container 052a47053192
- Step 25/29 : RUN touch /root/.bash_profile
- ---> Running in 6943a355be46
- ---> 42582eff12cc
- Removing intermediate container 6943a355be46
- Step 26/29 : RUN echo "cd /code" >> /root/.bash_profile
- ---> Running in 7fbdabb8c8ec
- ---> 4440a7e802e0
- Removing intermediate container 7fbdabb8c8ec
- Step 27/29 : RUN mkdir /root/.ssh/
- ---> Running in 681ee3df1c9a
- ---> ad7172a68d40
- Removing intermediate container 681ee3df1c9a
- Step 28/29 : RUN touch /root/.ssh/environment
- ---> Running in 857aa0de5dfc
- ---> 991df2cb496f
- Removing intermediate container 857aa0de5dfc
- Step 29/29 : CMD bash startup.sh
- ---> Running in 5dae63113fd8
- ---> 73c14131488e
- Removing intermediate container 5dae63113fd8
- Successfully built 73c14131488e
- Successfully tagged openconceptlab/oclweb:dev
- WARNING: Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
- Creating oclweb_db_web_1 ...
- Creating oclweb_db_web_1 ... done
- Creating oclweb_web_1 ...
- Creating oclweb_web_1 ... done
- Attaching to oclweb_db_web_1, oclweb_web_1
- db_web_1 | The files belonging to this database system will be owned by user "postgres".
- db_web_1 | This user must also own the server process.
- db_web_1 |
- db_web_1 | The database cluster will be initialized with locale "en_US.utf8".
- db_web_1 | The default database encoding has accordingly been set to "UTF8".
- db_web_1 | The default text search configuration will be set to "english".
- db_web_1 |
- db_web_1 | Data page checksums are disabled.
- db_web_1 |
- db_web_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- db_web_1 | creating subdirectories ... ok
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- db_web_1 | selecting default max_connections ... 100
- db_web_1 | selecting default shared_buffers ... 128MB
- db_web_1 | selecting dynamic shared memory implementation ... posix
- db_web_1 | creating configuration files ... ok
- db_web_1 | running bootstrap script ... ok
- db_web_1 | performing post-bootstrap initialization ... ok
- db_web_1 | syncing data to disk ... ok
- db_web_1 |
- db_web_1 | Success. You can now start the database server using:
- db_web_1 |
- db_web_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
- db_web_1 |
- db_web_1 |
- db_web_1 | WARNING: enabling "trust" authentication for local connections
- db_web_1 | You can change this by editing pg_hba.conf or using the option -A, or
- db_web_1 | --auth-local and --auth-host, the next time you run initdb.
- db_web_1 | waiting for server to start....LOG: could not bind IPv6 socket: Cannot assign requested address
- db_web_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
- db_web_1 | LOG: database system was shut down at 2017-08-23 14:01:03 UTC
- db_web_1 | LOG: MultiXact member wraparound protections are now enabled
- db_web_1 | LOG: database system is ready to accept connections
- db_web_1 | LOG: autovacuum launcher started
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- db_web_1 | done
- db_web_1 | server started
- db_web_1 | CREATE DATABASE
- db_web_1 |
- db_web_1 | CREATE ROLE
- db_web_1 |
- db_web_1 |
- db_web_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
- db_web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- db_web_1 | LOG: received fast shutdown request
- db_web_1 | LOG: aborting any active transactions
- db_web_1 | LOG: autovacuum launcher shutting down
- db_web_1 | waiting for server to shut down....LOG: shutting down
- db_web_1 | LOG: database system is shut down
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | >>> Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- db_web_1 | done
- db_web_1 | server stopped
- db_web_1 |
- db_web_1 | PostgreSQL init process complete; ready for start up.
- db_web_1 |
- db_web_1 | LOG: database system was shut down at 2017-08-23 14:01:04 UTC
- db_web_1 | LOG: MultiXact member wraparound protections are now enabled
- db_web_1 | LOG: database system is ready to accept connections
- db_web_1 | LOG: autovacuum launcher started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
- web_1 | syncdb.Command().execute(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle
- web_1 | return self.handle_noargs(**options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 57, in handle_noargs
- web_1 | cursor = connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Traceback (most recent call last):
- web_1 | File "ocl_web/manage.py", line 19, in <module>
- web_1 | execute_from_command_line(sys.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
- web_1 | utility.execute()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
- web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
- web_1 | self.execute(*args, **options.__dict__)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
- web_1 | output = self.handle(*args, **options)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle
- web_1 | ignore_ghosts = ignore_ghosts,
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 200, in migrate_app
- web_1 | applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts)
- web_1 | File "/usr/local/lib/python2.7/site-packages/south/migration/__init__.py", line 79, in check_migration_histories
- web_1 | for h in histories:
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 96, in __iter__
- web_1 | self._fetch_all()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 854, in _fetch_all
- web_1 | self._result_cache = list(self.iterator())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 220, in iterator
- web_1 | for row in compiler.results_iter():
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 709, in results_iter
- web_1 | for rows in self.execute_sql(MULTI):
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | django.db.utils.OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 | Traceback (most recent call last):
- web_1 | File "<console>", line 1, in <module>
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 291, in count
- web_1 | return self.query.get_count(using=self.db)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 390, in get_count
- web_1 | number = obj.get_aggregation(using=using)[None]
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 356, in get_aggregation
- web_1 | result = query.get_compiler(using).execute_sql(SINGLE)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 781, in execute_sql
- web_1 | cursor = self.connection.cursor()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 157, in cursor
- web_1 | cursor = self.make_debug_cursor(self._cursor())
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 129, in _cursor
- web_1 | self.ensure_connection()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__
- web_1 | six.reraise(dj_exc_type, dj_exc_value, traceback)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 124, in ensure_connection
- web_1 | self.connect()
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/__init__.py", line 112, in connect
- web_1 | self.connection = self.get_new_connection(conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 116, in get_new_connection
- web_1 | return Database.connect(**conn_params)
- web_1 | File "/usr/local/lib/python2.7/site-packages/psycopg2/__init__.py", line 164, in connect
- web_1 | conn = _connect(dsn, connection_factory=connection_factory, async=async)
- web_1 | OperationalError: could not connect to server: Connection refused
- web_1 | Is the server running on host "dbweb.openconceptlab.org" (172.18.0.8) and accepting
- web_1 | TCP/IP connections on port 5432?
- web_1 |
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Creating table auth_permission
- web_1 | Creating table auth_group_permissions
- web_1 | Creating table auth_group
- web_1 | Creating table django_content_type
- web_1 | Creating table django_session
- web_1 | Creating table django_site
- web_1 | Creating table django_admin_log
- web_1 | Creating table south_migrationhistory
- web_1 | Creating table avatar_avatar
- web_1 | Creating table users_user_groups
- web_1 | Creating table users_user_user_permissions
- web_1 | Creating table users_user
- web_1 | Creating table account_emailaddress
- web_1 | Creating table account_emailconfirmation
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
- web_1 | > socialaccount:0001_initial
- web_1 | > socialaccount:0002_genericmodels
- web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
- web_1 | > socialaccount:0004_add_sites
- web_1 | > socialaccount:0005_set_sites
- web_1 | > socialaccount:0006_auto__del_field_socialapp_site
- web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
- web_1 | > socialaccount:0008_client_id
- web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
- web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
- web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Migrating forwards to 0001_empty.
- web_1 | > django_extensions:0001_empty
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- web_1 | Starting OpenBSD Secure Shell server: sshd.
- web_1 | startup.sh: line 10: ./wait-for-it.sh: Permission denied
- web_1 | Syncing...
- web_1 | Creating tables ...
- web_1 | Installing custom SQL ...
- web_1 | Installing indexes ...
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 |
- web_1 | Synced:
- web_1 | > django.contrib.auth
- web_1 | > django.contrib.contenttypes
- web_1 | > django.contrib.sessions
- web_1 | > django.contrib.sites
- web_1 | > django.contrib.messages
- web_1 | > django.contrib.staticfiles
- web_1 | > django.contrib.admin
- web_1 | > south
- web_1 | > crispy_forms
- web_1 | > avatar
- web_1 | > bootstrap3
- web_1 | > users
- web_1 | > allauth
- web_1 | > allauth.account
- web_1 | > django.contrib.humanize
- web_1 | > debug_toolbar
- web_1 |
- web_1 | Not synced (use migrations):
- web_1 | - allauth.socialaccount
- web_1 | - django_extensions
- web_1 | (use ./manage.py migrate to migrate these)
- web_1 | Running migrations for socialaccount:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for socialaccount.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Running migrations for django_extensions:
- web_1 | - Nothing to migrate.
- web_1 | - Loading initial data for django_extensions.
- web_1 | Installed 0 object(s) from 0 fixture(s)
- web_1 | Python 2.7.13 (default, Jul 24 2017, 20:13:18)
- web_1 | [GCC 4.9.2] on linux2
- web_1 | Type "help", "copyright", "credits" or "license" for more information.
- web_1 | (InteractiveConsole)
- web_1 |
- web_1 | >>> >>> Starting the server
- web_1 | grunt-cli: The grunt command line interface (v1.2.0)
- web_1 |
- web_1 | Fatal error: Unable to find local grunt.
- web_1 |
- web_1 | If you're seeing this message, grunt hasn't been installed locally to
- web_1 | your project. For more information about installing and configuring grunt,
- web_1 | please see the Getting Started guide:
- web_1 |
- web_1 | http://gruntjs.com/getting-started
- oclweb_web_1 exited with code 99
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement